[yocto] Cannot do atom-pc build with meta-cedartrail

Tom Zanussi tom.zanussi at intel.com
Tue Oct 2 09:02:29 PDT 2012


On Tue, 2012-10-02 at 18:00 +0300, Mihai Lindner wrote:
> On 2012-09-29 23:50, Ross Burton wrote:
> > On Thursday, 27 September 2012 at 18:07, Tom Zanussi wrote:
> >> Yeah, looks like the other SRC_URIs do that, but it's missing from that
> >> SRC_URI - I just pushed a fix for this one to meta-intel/master.
> > 
> > Thanks Tom, I've been frequently flipping between atom-pc and cedartrail and this was getting annoying.
> > 
> > Ross 
> > 
> > 
> > 
> 
> Unfortunately this change breaks SRC_URI appends, discarded or overwritten; e.g. adding meta-tlk brings no change to SRC_URI.
> 

It shouldn't though, since the application of the meta-tlk SRC_URI
bbappend should follow the SRC_URI assignment in the cedartrail
bbappend.  On the other hand, the layer priorities don't seem to be
right - meta-cedartrail is supposed to have a priority of 6, but it
doesn't actually seem to:

BBFILE_PRIORITY_cedartrail = "6" 

[trz at empanada build]$ bitbake-layers show_layers
layer                 path                                      priority
==========================================================================
meta                  /home/trz/yocto/crownbay-test/meta        5
meta-yocto            /home/trz/yocto/crownbay-test/meta-yocto  5
meta-yocto-bsp        /home/trz/yocto/crownbay-test/meta-yocto-bsp  5
meta-intel            /home/trz/yocto/crownbay-test/meta-intel  5
meta-cedartrail       /home/trz/yocto/crownbay-test/meta-intel/meta-cedartrail  5
meta-tlk              /home/trz/yocto/crownbay-test/meta-intel/meta-tlk  5

On the other hand, meta-tlk does follow meta-cedatrail in the parse
order so should append to the SRC_URI...

Tom




More information about the yocto mailing list