From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QPFVN-0001vQ-SA for openembedded-core@lists.openembedded.org; Wed, 25 May 2011 16:56:16 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 25 May 2011 07:53:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,267,1304319600"; d="scan'208";a="7390854" Received: from unknown (HELO [10.255.12.115]) ([10.255.12.115]) by fmsmga002.fm.intel.com with ESMTP; 25 May 2011 07:53:05 -0700 From: Tom Zanussi To: Patches and discussions about the oe-core layer In-Reply-To: <1306334330.2525.236.camel@phil-desktop> References: <4DDBDE9D.5000709@linux.intel.com> <20110524172330.GC18086@sakrah.homelinux.org> <6D7346D0-2F4B-44EC-A04B-2F443B33E544@dominion.thruhere.net> <1306260430.2491.2.camel@elmorro> <1306333690.2491.82.camel@elmorro> <1306334330.2525.236.camel@phil-desktop> Date: Wed, 25 May 2011 09:52:50 -0500 Message-ID: <1306335170.2491.86.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Subject: Re: adding meta-intel layers breaks parsing, was Re: Updating u-boot for oe-core or meta-yocto X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 14:56:16 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-05-25 at 07:38 -0700, Phil Blundell wrote: > On Wed, 2011-05-25 at 09:28 -0500, Tom Zanussi wrote: > > I just finished building all of the above successfully using the latest > > (as of yesterday) poky/master and meta-intel/master. > > > > Not sure why you're seeing parsing errors, none here... > > The way meta-intel is using FILESEXTRAPATHS does look a bit dubious to > me. Your kernel .bbappend files seem to be doing: > > FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}" > > which seems wrong for two reasons: firstly it will lose if > FILESEXTRAPATHS wasn't previously set (in which case you'll get a > circular reference within the value, since bitbake won't expand that > part of the rvalue during the assignment); and secondly, as far as I can > tell from looking at utils.bbclass, FILESEXTRAPATHS isn't actually > supposed to be colon separated in the first place. > > (Also, as a tangential matter, this FILESEXTRAPATHS setting isn't going > to be producing any useful effect since none of the meta-intel layers > actually have any files in their recipes-kernel/linux directory.) > Yeah, that was a recent change attempting to fix a different problem. I need to take a better look at both... Thanks for your detailed comments. Tom > p. > > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core