summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-04-28 10:57:14 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-02 15:47:38 +0100
commit9c7484d341b6ce7b72acb008f7907d305deeef7e (patch)
tree30d6b9e0e44cee8956483942c684205316c6a0ed /documentation/ref-manual/ref-variables.xml
parent9cff09000fed5f2eee6dd377601a6a9a3077cb74 (diff)
downloadpoky-9c7484d341b6ce7b72acb008f7907d305deeef7e.tar.gz
ref-manual: Remove long-dead PACKAGE_GROUP variable
This was, years ago, deprecated in favour of FEATURE_PACKAGES, so remove all references, other than the entry in the migration section. (From yocto-docs rev: 2deac02f283547f66d1f7a002f5bf07ddd449401) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c3e3c50158..9ebe72cbd0 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -10292,28 +10292,6 @@
10292 </glossdef> 10292 </glossdef>
10293 </glossentry> 10293 </glossentry>
10294 10294
10295 <glossentry id='var-PACKAGE_GROUP'><glossterm>PACKAGE_GROUP</glossterm>
10296 <info>
10297 PACKAGE_GROUP[doc] = "Defines one or more packages to include in an image when a specific item is included in IMAGE_FEATURES."
10298 </info>
10299 <glossdef>
10300 <para role="glossdeffirst">
10301<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
10302 The <filename>PACKAGE_GROUP</filename> variable has been
10303 renamed to
10304 <link linkend='var-FEATURE_PACKAGES'><filename>FEATURE_PACKAGES</filename></link>.
10305 See the variable description for
10306 <filename>FEATURE_PACKAGES</filename> for information.
10307 </para>
10308
10309 <para>
10310 If if you use the <filename>PACKAGE_GROUP</filename>
10311 variable, the OpenEmbedded build system issues a warning
10312 message.
10313 </para>
10314 </glossdef>
10315 </glossentry>
10316
10317 <glossentry id='var-PACKAGE_INSTALL'><glossterm>PACKAGE_INSTALL</glossterm> 10295 <glossentry id='var-PACKAGE_INSTALL'><glossterm>PACKAGE_INSTALL</glossterm>
10318 <info> 10296 <info>
10319 PACKAGE_INSTALL[doc] = "List of the packages to be installed into the image. The variable is generally not user-defined and uses IMAGE_INSTALL as part of the list." 10297 PACKAGE_INSTALL[doc] = "List of the packages to be installed into the image. The variable is generally not user-defined and uses IMAGE_INSTALL as part of the list."