[bitbake-devel] [PATCH 0/5] hob: remove meta-hob layer

Cristiana Voicu cristiana.voicu at intel.com
Tue Dec 17 13:04:02 UTC 2013


Meta-hob layer contains only a hob-toolchain (a basic toolchain)
and a hob-image.bb (an image with a single line: inherit image). 
Instead of hob-toolchain I've used meta-toolchain, and for hob-image.bb, 
I have created one in build dir. The custom images saved in this layer
will now be placed into build dir.

Cristiana Voicu (5):
  hob: replace hob-toolchain with meta-toolchain
  hob: create a base hob image used to create custom images
  hob: remove the rest of meta-hob
  hob: remove the code that adds hob layer to bblayers
  hob: append bbfiles to bblayers.conf instead of local.conf

 bitbake/lib/bb/ui/crumbs/builder.py                |    5 +++--
 bitbake/lib/bb/ui/crumbs/hobeventhandler.py        |   16 +++++++++-------
 bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py |    2 +-
 bitbake/lib/bb/ui/crumbs/imagedetailspage.py       |    2 +-
 meta-hob/COPYING.MIT                               |   17 -----------------
 meta-hob/conf/layer.conf                           |   15 ---------------
 meta-hob/recipes-core/images/hob-image.bb          |    1 -
 meta-hob/recipes-core/meta/hob-toolchain.bb        |    9 ---------
 8 files changed, 14 insertions(+), 53 deletions(-)
 delete mode 100644 meta-hob/COPYING.MIT
 delete mode 100644 meta-hob/conf/layer.conf
 delete mode 100644 meta-hob/recipes-core/images/hob-image.bb
 delete mode 100644 meta-hob/recipes-core/meta/hob-toolchain.bb

-- 
1.7.9.5




More information about the bitbake-devel mailing list