diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-10-14 11:49:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-19 12:56:33 +0100 |
commit | 9c04beb9adf5ed05b4fe89322bfa4dd60296de2b (patch) | |
tree | 849b1f34900b024503ce8a2ed5cd385705dd76df /documentation/ref-manual | |
parent | b6eef6520be67221567e8d8a60877724bdbbf614 (diff) | |
download | poky-9c04beb9adf5ed05b4fe89322bfa4dd60296de2b.tar.gz |
ref-manual: Removed RM_OLD_IMAGE variable description.
This variable is now redundant due to the way these image
files are staged now. The variable does not need to be
in the glossary. Removing the images is now the default
behavior.
Author: Joshua Lock <joshua.g.lock@intel.com>
(From yocto-docs rev: 049c371b44d3ef68def4ead7d1db8bf982d23c57)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/migration.xml | 3 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 29 |
2 files changed, 1 insertions, 31 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 2330d5e895..bd70ca7910 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -3383,8 +3383,7 @@ | |||
3383 | <filename>tmp/deploy/</filename> is now enabled by default due | 3383 | <filename>tmp/deploy/</filename> is now enabled by default due |
3384 | to a new staging method used for those files. | 3384 | to a new staging method used for those files. |
3385 | As a result of this change, the | 3385 | As a result of this change, the |
3386 | <link linkend='var-RM_OLD_IMAGE'><filename>RM_OLD_IMAGE</filename></link> | 3386 | <filename>RM_OLD_IMAGE</filename> variable is now redundant. |
3387 | variable is now redundant. | ||
3388 | </para> | 3387 | </para> |
3389 | </section> | 3388 | </section> |
3390 | 3389 | ||
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f509da4d7d..ae1068a90c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -10673,35 +10673,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10673 | </glossdef> | 10673 | </glossdef> |
10674 | </glossentry> | 10674 | </glossentry> |
10675 | 10675 | ||
10676 | <glossentry id='var-RM_OLD_IMAGE'><glossterm>RM_OLD_IMAGE</glossterm> | ||
10677 | <info> | ||
10678 | RM_OLD_IMAGE[doc] = "Reclaims disk space by removing previously built versions of the same image from the images directory pointed to by the DEPLOY_DIR variable." | ||
10679 | </info> | ||
10680 | <glossdef> | ||
10681 | <para role="glossdeffirst"> | ||
10682 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
10683 | Reclaims disk space by removing previously built | ||
10684 | versions of the same image from the | ||
10685 | <filename>images</filename> directory pointed to by the | ||
10686 | <link linkend='var-DEPLOY_DIR'><filename>DEPLOY_DIR</filename></link> | ||
10687 | variable. | ||
10688 | </para> | ||
10689 | |||
10690 | <para> | ||
10691 | Set this variable to "1" in your | ||
10692 | <filename>local.conf</filename> file to remove these | ||
10693 | images. | ||
10694 | <note> | ||
10695 | Removal of old images and other files in | ||
10696 | <filename>tmp/deploy/</filename> is enabled by default | ||
10697 | due to the staging method used for those files. | ||
10698 | Consequently, the <filename>RM_OLD_IMAGE</filename> | ||
10699 | variable is redundant. | ||
10700 | </note> | ||
10701 | </para> | ||
10702 | </glossdef> | ||
10703 | </glossentry> | ||
10704 | |||
10705 | <glossentry id='var-RM_WORK_EXCLUDE'><glossterm>RM_WORK_EXCLUDE</glossterm> | 10676 | <glossentry id='var-RM_WORK_EXCLUDE'><glossterm>RM_WORK_EXCLUDE</glossterm> |
10706 | <info> | 10677 | <info> |
10707 | RM_WORK_EXCLUDE[doc] = "With rm_work enabled, this variable specifies a list of packages whose work directories should not be removed." | 10678 | RM_WORK_EXCLUDE[doc] = "With rm_work enabled, this variable specifies a list of packages whose work directories should not be removed." |