All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] *** bblayers.conf should be updated automatically
@ 2012-09-26  6:49 Constantin Musca
  2012-09-26  6:49 ` [PATCH] sanity.bbclass: " Constantin Musca
  2012-09-26  6:51 ` [PATCH] *** " Constantin Musca
  0 siblings, 2 replies; 5+ messages in thread
From: Constantin Musca @ 2012-09-26  6:49 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Constantin Musca

To keep things simple for this release, Paul proposed to put the bblayers.conf
merging code in sanity.bbclass. After upgrading bblayers.conf we tell the
user to re-run. It would be better if we could re-read the configuration but that
is something we can address in 1.4. Every layer should make its specific bblayers.conf
updates by appending to the check_bblayers_conf bitbake function. We decided that this
is the right thing to do because we don't want to be invasive. This represents the meta
merging functionality and does only the bblayers.conf v4 -> v5 update. The v5 -> v6
bblayers.conf update is done in another patch sent to poky@yoctoproject.org.

Constantin Musca (1):
  sanity.bbclass: bblayers.conf should be updated automatically

 meta/classes/sanity.bbclass |   56 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 55 insertions(+), 1 deletion(-)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH] *** bblayers.conf should be updated automatically
@ 2012-09-26  6:52 Constantin Musca
  0 siblings, 0 replies; 5+ messages in thread
From: Constantin Musca @ 2012-09-26  6:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Constantin Musca

To keep things simple for this release, Paul proposed to put the bblayers.conf
merging code in sanity.bbclass. After upgrading bblayers.conf we tell the
user to re-run. It would be better if we could re-read the configuration but that
is something we can address in 1.4. Every layer should make its specific bblayers.conf
updates by appending to the check_bblayers_conf bitbake function. We decided that this
is the right thing to do because we don't want to be invasive. This represents the meta
merging functionality and does only the bblayers.conf v4 -> v5 update. The v5 -> v6
bblayers.conf update is done in another patch sent to poky@yoctoproject.org.

Constantin Musca (1):
  sanity.bbclass: bblayers.conf should be updated automatically

 meta/classes/sanity.bbclass |   56 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 55 insertions(+), 1 deletion(-)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH] *** bblayers.conf should be updated automatically
@ 2012-09-26  6:52 Constantin Musca
  0 siblings, 0 replies; 5+ messages in thread
From: Constantin Musca @ 2012-09-26  6:52 UTC (permalink / raw)
  To: poky; +Cc: Constantin Musca

To keep things simple for this release, Paul proposed to put the bblayers.conf
merging code in sanity.bbclass. Because we don't to be invasive we do the meta-yocto
specific bblayers.conf update in a bbclass (poky-sanity) appending the code to the
check_bblayers_conf function from sanity.bbclass. After upgrading bblayers.conf we
tell the user to re-run. It would be better if we could re-read the configuration
but that is something we can address in 1.4. Every layer should make its specific
bblayers.conf updates by appending to the check_bblayers_conf bitbake function. This
patch depends on the patch sent to the oecore mailing list (sanity.bbclass: bblayers.conf
should be updated automatically).

Constantin Musca (1):
  poky-sanity.bbclass: bblayers.conf should be updated automatically

 meta-yocto/classes/poky-sanity.bbclass |   16 ++++++++++++++++
 meta-yocto/conf/distro/poky.conf       |    3 +++
 2 files changed, 19 insertions(+)
 create mode 100644 meta-yocto/classes/poky-sanity.bbclass

-- 
1.7.9.5



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

end of thread, other threads:[~2012-09-26  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26  6:49 [PATCH] *** bblayers.conf should be updated automatically Constantin Musca
2012-09-26  6:49 ` [PATCH] sanity.bbclass: " Constantin Musca
2012-09-26  6:51 ` [PATCH] *** " Constantin Musca
  -- strict thread matches above, loose matches on Subject: below --
2012-09-26  6:52 Constantin Musca
2012-09-26  6:52 Constantin Musca

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.