]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm.bbclass: NO_RECOMMENDATIONS support
authorMark Hatle <mark.hatle@windriver.com>
Tue, 13 Aug 2013 00:45:48 +0000 (19:45 -0500)
committerSaul Wold <sgw@linux.intel.com>
Thu, 22 Aug 2013 16:15:33 +0000 (09:15 -0700)
commit0341bfa886ea851f5a394051545b4e624d8003dd
tree503300b10922a486d09691760080e83c2864e1b4
parent6fd8141bbdcd84c591149d84ad84effc2357de72
package_rpm.bbclass: NO_RECOMMENDATIONS support

Add NO_RECOMMENDATIONS support.  A way to disable all recommended
packages from being installed.  This will help shrink the size of
the resulting filesystem.

Add documentation on NO_RECOMMENDATIONS and BAD_RECOMMENDATIONS.

Note, using NO_RECOMMENDATIONS has side effects such that kernel-modules may
not have been installed.  A user will need to manually add to their image
any kernel-modules required to be on the image for functionality.

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