@@ -300,6 +300,9 @@ system and gives an overview of their function and contents.
variable), the OpenEmbedded build system ignores your request and
will install the packages to avoid dependency errors.
+ This variable is supported for the RPM and IPK packaging backends,
+ but not for DEB.
+
See the :term:`NO_RECOMMENDATIONS` and the
:term:`PACKAGE_EXCLUDE` variables for related
information.
@@ -6498,8 +6501,7 @@ system and gives an overview of their function and contents.
functionality, such as kernel modules. It is up to you to add
packages with the :term:`IMAGE_INSTALL` variable.
- This variable is only supported when using the IPK and RPM
- packaging backends. DEB is not supported.
+ This variable is supported for all three packaging backends.
See the :term:`BAD_RECOMMENDATIONS` and
the :term:`PACKAGE_EXCLUDE` variables for
@@ -6930,8 +6932,7 @@ system and gives an overview of their function and contents.
an iterative development process to remove specific components from a
system.
- This variable is supported by all of the RPM, DEB and IPK
- packaging backends.
+ This variable is supported for all three packaging backends.
See the :term:`NO_RECOMMENDATIONS` and the
:term:`BAD_RECOMMENDATIONS` variables for
Either clarify or correct the packaging backend information for the package exclusion variables: - PACKAGE_EXCLUDE - BAD_RECOMMENDATIONS - NO_RECOMMENDATIONS Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> --- while i ponder how to rewrite the dev manual section for these variables, we can at least fix the glossary entries.