All of lore.kernel.org
 help / color / mirror / Atom feed
* In consistancy in the defition of BBFILE_COLLECTIONS in layer.conf
@ 2011-05-26  1:17 Jeremy Puhlman
  2011-05-26  3:37 ` Tom Zanussi
  0 siblings, 1 reply; 6+ messages in thread
From: Jeremy Puhlman @ 2011-05-26  1:17 UTC (permalink / raw)
  To: Yocto Mailer; +Cc: dvhart

Opps sent from wrong account.

I was working with some layerinfo code, and I noticed that the values of
BBFILE_COLLECTIONS in layer.conf in the meta-intel repo are kind of all over the map:

 for each in */conf/layer.conf; do cat $each; done | grep BBFILE_COLLECTIONS
BBFILE_COLLECTIONS_crownbay += "crownbay"
BBFILE_COLLECTIONS_crownbay-noemgd += "crownbay-noemgd"
BBFILE_COLLECTIONS_fishriver += "fishriver"
BBFILE_COLLECTIONS_jasperforest += "jasperforest"
BBFILE_COLLECTIONS_sugarbay += "sugarbay"

For the above layers when I just list out oe-core and one of the above,
the results from BBFILE_COLLECTIONS ends up
just being what ever was set above.

BBFILE_COLLECTIONS += "n450"
BBFILE_COLLECTIONS += "emenlow"

When using these layers, the final BBFILE_COLLECTIONS is the list of all
the layers as expected.

Was just curious if there was a intentional reason why the
difference(i.e. is there some code that I am missing that fixes this up)?
-- Jeremy Puhlman Montavista Sofware, LLC.



^ permalink raw reply	[flat|nested] 6+ messages in thread
* In consistancy in the defition of BBFILE_COLLECTIONS in layer.conf
@ 2011-05-26  0:54 Jeremy Puhlman
  0 siblings, 0 replies; 6+ messages in thread
From: Jeremy Puhlman @ 2011-05-26  0:54 UTC (permalink / raw)
  To: Yocto Mailer; +Cc: dvhart

I was working with some layerinfo code, and I noticed that the value of
BBFILE_COLLECTIONS in layer.conf
in the meta-intel repo are kind of all over the map:

 for each in */conf/layer.conf; do cat $each; done | grep BBFILE_COLLECTIONS
BBFILE_COLLECTIONS_crownbay += "crownbay"
BBFILE_COLLECTIONS_crownbay-noemgd += "crownbay-noemgd"
BBFILE_COLLECTIONS_fishriver += "fishriver"
BBFILE_COLLECTIONS_jasperforest += "jasperforest"
BBFILE_COLLECTIONS_sugarbay += "sugarbay"

For the above layers when I just list out oe-core and one of the above,
the results from BBFILE_COLLECTIONS ends up
just being what ever was set above.

BBFILE_COLLECTIONS += "n450"
BBFILE_COLLECTIONS += "emenlow"

When using these layers, the final BBFILE_COLLECTIONS is the list of all
the layers as expected.

Was just curious if there was a intentional reason why the
difference(i.e. is there some code that I am missing that fixes this up)?

-- 
Jeremy Puhlman
Montavista Sofware, LLC.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-26  9:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26  1:17 In consistancy in the defition of BBFILE_COLLECTIONS in layer.conf Jeremy Puhlman
2011-05-26  3:37 ` Tom Zanussi
2011-05-26  3:49   ` Jeremy Puhlman
2011-05-26  7:39   ` Martin Jansa
2011-05-26  9:49     ` Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2011-05-26  0:54 Jeremy Puhlman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.