diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-08-12 19:45:48 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-22 09:15:33 -0700 |
commit | 0341bfa886ea851f5a394051545b4e624d8003dd (patch) | |
tree | 503300b10922a486d09691760080e83c2864e1b4 /meta/conf/bitbake.conf | |
parent | 6fd8141bbdcd84c591149d84ad84effc2357de72 (diff) | |
download | openembedded-core-0341bfa886ea851f5a394051545b4e624d8003dd.tar.gz openembedded-core-0341bfa886ea851f5a394051545b4e624d8003dd.tar.bz2 openembedded-core-0341bfa886ea851f5a394051545b4e624d8003dd.zip |
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>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 07eb473190..43acc077b8 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -753,6 +753,7 @@ COMBINED_FEATURES[vardeps] += "DISTRO_FEATURES MACHINE_FEATURES" SERIAL_CONSOLE ??= "" SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE', True).replace(' ', ';')}" +NO_RECOMMENDATIONS ?= "" BAD_RECOMMENDATIONS ?= "" # Make sure MACHINE isn't exported |