diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-04-28 10:57:14 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 13:22:00 +0100 |
commit | 73a31df937303a3e86552b552b2b6284498f8ecd (patch) | |
tree | 529df339719e46f4df6d45ddcc63d2898de30730 | |
parent | 2921941876f21c1f86dc95878cdb6110e2ee98fe (diff) | |
download | poky-73a31df937303a3e86552b552b2b6284498f8ecd.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: 8e5469aadd31bc3de181848aae5733cd7835eefb)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/migration.xml | 6 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 22 |
2 files changed, 2 insertions, 26 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 9422b5a277..affc8b90a7 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -875,8 +875,7 @@ | |||
875 | not work. | 875 | not work. |
876 | This change is intended to catch those kinds of situations. | 876 | This change is intended to catch those kinds of situations. |
877 | Valid <filename>IMAGE_FEATURES</filename> are drawn from | 877 | Valid <filename>IMAGE_FEATURES</filename> are drawn from |
878 | <link linkend='var-PACKAGE_GROUP'><filename>PACKAGE_GROUP</filename></link> | 878 | <filename>PACKAGE_GROUP</filename> definitions, |
879 | definitions, | ||
880 | <link linkend='var-COMPLEMENTARY_GLOB'><filename>COMPLEMENTARY_GLOB</filename></link> | 879 | <link linkend='var-COMPLEMENTARY_GLOB'><filename>COMPLEMENTARY_GLOB</filename></link> |
881 | and a new "validitems" varflag on | 880 | and a new "validitems" varflag on |
882 | <filename>IMAGE_FEATURES</filename>. | 881 | <filename>IMAGE_FEATURES</filename>. |
@@ -1404,8 +1403,7 @@ | |||
1404 | 1403 | ||
1405 | <para> | 1404 | <para> |
1406 | The | 1405 | The |
1407 | <link linkend='var-PACKAGE_GROUP'><filename>PACKAGE_GROUP</filename></link> | 1406 | <filename>PACKAGE_GROUP</filename> variable has been renamed to |
1408 | variable has been renamed to | ||
1409 | <link linkend='var-FEATURE_PACKAGES'><filename>FEATURE_PACKAGES</filename></link> | 1407 | <link linkend='var-FEATURE_PACKAGES'><filename>FEATURE_PACKAGES</filename></link> |
1410 | to more accurately reflect its purpose. | 1408 | to more accurately reflect its purpose. |
1411 | You can still use <filename>PACKAGE_GROUP</filename> but | 1409 | You can still use <filename>PACKAGE_GROUP</filename> but |
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." |