]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager: support exclusion from complementary glob process by regex
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 18 Feb 2015 10:23:42 +0000 (10:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Mar 2015 14:33:36 +0000 (14:33 +0000)
commite848484989307ae6826ba0f5217f7702322181e3
tree90f416d74be4d553b50cf52eba85ce1cdc04edd8
parent5102848f97a1821b12e83b2c415ce730c1b35f1b
lib/oe/package_manager: support exclusion from complementary glob process by regex

Sometimes you do not want certain packages to be installed when
installing complementary packages, e.g. when using dev-pkgs in
IMAGE_FEATURES you may not want to install all packages from a
particular multilib. This introduces a new PACKAGE_EXCLUDE_COMPLEMENTARY
variable to allow specifying regexes to match packages to exclude.

(From OE-Core master rev: d4fe8f639d87d5ff35e50d07d41d0c1e9f12c4e3)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py
scripts/oe-pkgdata-util