]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe-core: add world-image jansa/world-image
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 22 Jan 2013 15:36:17 +0000 (16:36 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 2 Apr 2014 17:49:38 +0000 (19:49 +0200)
commitfe20c5d5bc76c14dc244f028471b4d56165d3297
tree21bf80300a0668962a9b1ac8a0f43f406a2cd5d0
parentf6acfb8139a3ac53dc9103cbe074d7ab5281795f
oe-core: add world-image

* this depends on newer bitbake
* similar to world target, but collects all PACKAGES
* recipes marked with EXCLUDE_FROM_WORLD are excluded from world as well
  as world-image
* recipes marked with EXCLUDE_FROM_WORLD_IMAGE are excluded completely
  from world-image, sometimes you can build 2 recipes in same sysroot,
  but cannot install them in the same image
* PACKAGES listed in EXCLUDE_PACKAGES_FROM_WORLD_IMAGE are also
  excluded. You can remove e.g. ${PN}-dbg, but keep all other PACKAGES.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/recipes-core/images/world-image.bb [new file with mode: 0644]