From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tinyArch.localdomain (unknown [78.110.170.148]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5EF6DE0137B for ; Mon, 24 Oct 2011 02:23:39 -0700 (PDT) Received: from [192.168.0.69] (unknown [195.171.99.130]) by tinyArch.localdomain (Postfix) with ESMTPSA id BF5ED21FC1 for ; Mon, 24 Oct 2011 08:41:00 +0100 (BST) Message-ID: <4EA52E9F.9070001@communistcode.co.uk> Date: Mon, 24 Oct 2011 10:23:43 +0100 From: Jack Mitchell User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: yocto@yoctoproject.org References: <4EA529F5.4010706@communistcode.co.uk> In-Reply-To: Subject: Re: Eclipse Plugin: ADT Version too old X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 09:23:42 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 24/10/2011 10:18, Lu, Lianhao wrote: > Jack Mitchell wrote on 2011-10-24: >> I am trying to use the new eclipse plugin, which I have had working >> fine for the past couple of weeks until I switched from the master branch to edison. >> >> I performed a fresh build using the stable edison branch, installed >> the new 1.1 eclipse plugin and now whenever I try to setup the Yocto >> eclipse environment I receive the following error: >> >> Yocto Preferences Configuration Error! >> OECORE related items are not found in envrionement setup files. >> The ADT version you're using is too old. >> Please upgrade to our latest ADT Version! >> >> This pops up in a message box, not the eclipse console. I have >> followed the ADT Setup guide to the letter and it's not playing ball - >> could someone confirm this as working or point me towards a reason why I may be getting this error? >> > Hi Jack, > > How did you install your ADT? You can check the ADT version by "cat" the file /opt/poky/${version}/version-xxxx, where xxxx is your target sys architecture. > > -Lianhao > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Hi Lianhao, I am using the yocto build tree so I don't have an installed ADT in /opt but one that has been generated within my build directory, this is correct yes? Jack.