]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: Add basic support for PACKAGE_EXCLUDE
authorMark Hatle <mark.hatle@windriver.com>
Tue, 6 Aug 2013 15:41:33 +0000 (10:41 -0500)
committerSaul Wold <sgw@linux.intel.com>
Thu, 22 Aug 2013 16:15:33 +0000 (09:15 -0700)
commit208d4d5ef7c5ead35dc27b7808f92ed377377aa4
tree6f3f24f6012418322108093c0ff2973c2e5c09dc
parent4c5756149754d0b18b14595db335f8f5e14cc0a3
image.bbclass: Add basic support for PACKAGE_EXCLUDE

Add the foundation for the PACKAGE_EXCLUDE support.

As part of this work, it was noticed that the PACKAGE_INSTALL and
PACKAGE_INSTALL_ATTEMPTONLY were still using he 'normal' version for
dependencies.  This should no longer be necessary as of the change in the way
the complementary package groups (dev, dbg, ptest and others) are defined.
By making this change the dependency tree is more correct than before, and
gives the ability for manipulating PACKAGE_INSTALL and
PACKAGE_INSTALL_ATTEMPTONLY, while adjusting the dependencies at the same
time.

Warning messages will be generated if the user is trying to exclude a
package that was previously in the PACKAGE_INSTALL or
PACKAGE_INSTALL_ATTEMPTONLY variables.

(See additional commits for package manager specific support.)

Add documentation on PACKAGE_EXCLUDE and related variables.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/image.bbclass
meta/conf/documentation.conf