]> code.ossystems Code Review - openembedded-core.git/commit
classes/image: allow complementary package globs to be extended
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 3 May 2013 13:21:59 +0000 (14:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 May 2013 15:12:54 +0000 (16:12 +0100)
commit4e39c1b9dbba1d2b07ffc2c6a1a252fc8f7680ee
tree61ae8a5673b86cff32896d0372f57bc74c2b653e
parent2f954a9a6932f1e6c564e7e7aacaac628a75eed7
classes/image: allow complementary package globs to be extended

Make it easy for the wildcard specifications for complementary package
features to be extended outside of image.bbclass. For example, to add a
new "foo-pkgs" item that could be added to IMAGE_FEATURES that would
cause *-foo packages to be installed for all packages currently in the
image, you can now use this line at the global level:

COMPLEMENTARY_GLOB[foo-pkgs] = "*-foo"

Implements [YOCTO #4228].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass