diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fc36af4adf..9ae3c449d4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -10185,6 +10185,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10185 | </glossdef> | 10185 | </glossdef> |
10186 | </glossentry> | 10186 | </glossentry> |
10187 | 10187 | ||
10188 | <glossentry id='var-REMOVE_PKG_SUPPORT'><glossterm>REMOVE_PKG_SUPPORT</glossterm> | ||
10189 | <info> | ||
10190 | REMOVE_PKG_SUPPORT[doc] = "Allows for removal of supporting packages for images that do not contain a package manager." | ||
10191 | </info> | ||
10192 | <glossdef> | ||
10193 | <para role="glossdeffirst"> | ||
10194 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10195 | For images not containing a package manager, | ||
10196 | <filename>REMOVE_PKG_SUPPORT</filename> allows the removal | ||
10197 | of supporting packages. | ||
10198 | Packages that will be uninstalled include: | ||
10199 | <filename>update-rc.d</filename>, | ||
10200 | <filename>base-passwd</filename>, | ||
10201 | <filename>shadow</filename>, | ||
10202 | <filename>run-postinsts</filename>, and | ||
10203 | <filename>update-alternatives</filename>. | ||
10204 | </para> | ||
10205 | |||
10206 | <para> | ||
10207 | Set the variable to "1" to remove these packages. | ||
10208 | </para> | ||
10209 | </glossdef> | ||
10210 | </glossentry> | ||
10211 | |||
10188 | <glossentry id='var-REQUIRED_DISTRO_FEATURES'><glossterm>REQUIRED_DISTRO_FEATURES</glossterm> | 10212 | <glossentry id='var-REQUIRED_DISTRO_FEATURES'><glossterm>REQUIRED_DISTRO_FEATURES</glossterm> |
10189 | <info> | 10213 | <info> |
10190 | REQUIRED_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that must exist in the current configuration in order for the OpenEmbedded build system to build the recipe." | 10214 | REQUIRED_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that must exist in the current configuration in order for the OpenEmbedded build system to build the recipe." |