aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-07-21 11:14:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 12:15:00 +0100
commit599be67eef7679a72db928393ac023e878bfaf65 (patch)
tree15154f06220d425463826c57bd538c3b71cc842c /documentation/ref-manual
parent33b01c502fa0e408a1f18631454af739dbd2adb4 (diff)
downloadopenembedded-core-contrib-599be67eef7679a72db928393ac023e878bfaf65.tar.gz
Revert "ref-manual: Added new glossary entry for REMOVE_PKG_SUPPORT."
This reverts commit 95b740d719a7a6ffe3a06a1f152af4d877ee08c7. I inadvertantly put this variable description in before they had settled on it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 4eca15c274..3e715ff699 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -10269,30 +10269,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
- <glossentry id='var-REMOVE_PKG_SUPPORT'><glossterm>REMOVE_PKG_SUPPORT</glossterm>
- <info>
- REMOVE_PKG_SUPPORT[doc] = "Allows for removal of supporting packages for images that do not contain a package manager."
- </info>
- <glossdef>
- <para role="glossdeffirst">
-<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
- For images not containing a package manager,
- <filename>REMOVE_PKG_SUPPORT</filename> allows the removal
- of supporting packages.
- Packages that will be uninstalled include:
- <filename>update-rc.d</filename>,
- <filename>base-passwd</filename>,
- <filename>shadow</filename>,
- <filename>run-postinsts</filename>, and
- <filename>update-alternatives</filename>.
- </para>
-
- <para>
- Set the variable to "1" to remove these packages.
- </para>
- </glossdef>
- </glossentry>
-
<glossentry id='var-REQUIRED_DISTRO_FEATURES'><glossterm>REQUIRED_DISTRO_FEATURES</glossterm>
<info>
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."