diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-08-12 19:45:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 18:30:00 +0100 |
commit | 7ba54b91f8c18910569e97a857d77745ff7a2157 (patch) | |
tree | fc048af04229a9c76a8df5eee3fe42cae5500d5e /meta/conf/documentation.conf | |
parent | 33a3eac5a05443451fef8b6cfecabf773bdedbb8 (diff) | |
download | poky-7ba54b91f8c18910569e97a857d77745ff7a2157.tar.gz |
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.
(From OE-Core rev: 0341bfa886ea851f5a394051545b4e624d8003dd)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r-- | meta/conf/documentation.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index b930611c8b..e83981cc51 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -114,6 +114,9 @@ SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the | |||
114 | IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." | 114 | IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." |
115 | FEED_DEPLOYDIR_BASE_URI[doc] = "Allow to serve ipk deploy dir as an adhoc feed (bogofeed). Set to base URL of the dir as exported by HTTP. Set of adhoc feed configs will be generated in image." | 115 | FEED_DEPLOYDIR_BASE_URI[doc] = "Allow to serve ipk deploy dir as an adhoc feed (bogofeed). Set to base URL of the dir as exported by HTTP. Set of adhoc feed configs will be generated in image." |
116 | 116 | ||
117 | BAD_RECOMMENDATIONS[doc] = "List of packages to not install if recommended. These will still be installed if required." | ||
118 | NO_RECOMMENDATIONS[doc] = "When set to 1, no recommended packages will be installed. Note: some recommended packages may be required for certain system functionality, such as kernel-modules. It is up to the user to add packages to IMAGE_INSTALL as needed." | ||
119 | |||
117 | IMAGE_INSTALL[doc] = "Used by an image recipe to list the packages to be installed. See PACKAGE_INSTALL." | 120 | IMAGE_INSTALL[doc] = "Used by an image recipe to list the packages to be installed. See PACKAGE_INSTALL." |
118 | 121 | ||
119 | PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation, if required an error will be generated." | 122 | PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation, if required an error will be generated." |