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 A195BE005BB for ; Wed, 26 Oct 2011 01:20:59 -0700 (PDT) Received: from [192.168.0.69] (unknown [195.171.99.130]) by tinyArch.localdomain (Postfix) with ESMTPSA id D9A0F235CE for ; Wed, 26 Oct 2011 07:34:32 +0100 (BST) Message-ID: <4EA7C2AD.5000308@communistcode.co.uk> Date: Wed, 26 Oct 2011 09:19:57 +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 CC: "yocto@yoctoproject.org" References: <4EA529F5.4010706@communistcode.co.uk> <4EA52E9F.9070001@communistcode.co.uk> <4EA587D6.1090406@communistcode.co.uk> <4EA6CB6F.9060304@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: Wed, 26 Oct 2011 08:21:05 -0000 Content-Type: multipart/alternative; boundary="------------030505030707040405030708" --------------030505030707040405030708 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 25/10/2011 22:40, Flanagan, Elizabeth wrote: > On Tue, Oct 25, 2011 at 7:45 AM, Jack Mitchell wrote: >> Hi Jessica, >> >> I posted my environment settings earlier, which are located here: >> http://pastebin.com/4vnWPAD2 >> >> Yes, I did use bitbake meta-ide-support to build my roo >> >> Hi Jessica, >> >> I just did a full fresh re-build from scratch and now my environment >> variables are as follows: >> >> http://ix.io/1Wf >> >> My current git status is: >> >> # On branch edision >> # Untracked files: >> # (use "git add..." to include in what will be committed) >> # >> # ../bitbake/lib/bb/pysh/pyshtables.py >> # ../conf/ >> # ./ >> # ../qemuarm-toolchain/ >> nothing added to commit but untracked files present (use "git add" to track) > Jack, > > I just checked out a clean edison and ran bitbake meta-ide-support. My > env is showing export OECORE_DISTRO_VERSION="1.1". My guess is that, > since you are not in master, then you have a TMPDIR from a master > build, or perhaps are using something left over from one, as the only > place DISTRO_VERSION = "1.1+snapshot-${DATE}" would be there. Prior to > c88b991 on edison, DISTRO_VERSION = "1.0+snapshot-${DATE}". So you're > picking that up from some prior master build. It's not an older > version of edison as if it was an older version of edison it would be > 1.0+snapshot-${DATE > > -b > Ok, this is some more debug info: OE Build Configuration: BB_VERSION = "1.13.3" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "qemuarm" DISTRO = "poky" DISTRO_VERSION = "1.1+snapshot-20111026" TUNE_FEATURES = "armv5 dsp thumb arm926ejs" TARGET_FPU = "soft" meta meta-yocto meta-db-generic = "edision:b4757833c3548b5ee3a1cce58e2f059b3f63cb09" Could it be that because I have my own layer present it's skewing the git? Should the eclipse plug-in not match 1.1*? Could you check your file of meta-yocto/conf/distro/poky.conf for the variable DISTRO_VERSION, it should be "1.1'. It does indeed state 1.1. --------------030505030707040405030708 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 25/10/2011 22:40, Flanagan, Elizabeth wrote:
On Tue, Oct 25, 2011 at 7:45 AM, Jack Mitchell <ml@communistcode.co.uk> wrote:
Hi Jessica,

I posted my environment settings earlier, which are located here:
http://pastebin.com/4vnWPAD2

Yes, I did use bitbake meta-ide-support to build my roo

Hi Jessica,

I just did a full fresh re-build from scratch and now my environment
variables are as follows:

http://ix.io/1Wf

My current git status is:

# On branch edision
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#    ../bitbake/lib/bb/pysh/pyshtables.py
#    ../conf/
#    ./
#    ../qemuarm-toolchain/
nothing added to commit but untracked files present (use "git add" to track)
Jack,

I just checked out a clean edison and ran bitbake meta-ide-support. My
env is showing export OECORE_DISTRO_VERSION="1.1". My guess is that,
since you are not in master, then you have a TMPDIR from a master
build, or perhaps are using something left over from one, as the only
place DISTRO_VERSION = "1.1+snapshot-${DATE}" would be there. Prior to
c88b991 on edison, DISTRO_VERSION = "1.0+snapshot-${DATE}". So you're
picking that up from some prior master build. It's not an older
version of edison as if it was an older version of edison it would be
1.0+snapshot-${DATE

-b


Ok, this is some more debug info:

OE Build Configuration:
BB_VERSION        = "1.13.3"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "qemuarm"
DISTRO            = "poky"
DISTRO_VERSION    = "1.1+snapshot-20111026"
TUNE_FEATURES     = "armv5 dsp thumb arm926ejs"
TARGET_FPU        = "soft"
meta             
meta-yocto       
meta-db-generic   = "edision:b4757833c3548b5ee3a1cce58e2f059b3f63cb09"

Could it be that because I have my own layer present it's skewing the git? Should the eclipse plug-in not match 1.1*?

Could you check your file of meta-yocto/conf/distro/poky.conf for the variable DISTRO_VERSION, it should be "1.1'.


It does indeed state 1.1.




--------------030505030707040405030708--