diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-06 13:55:15 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:49 +0100 |
commit | 48335a7387ed1b9ceb3046006fb74247b18fbb97 (patch) | |
tree | 4359449a2b3f22809c182fcbc7804a5151dde2ef | |
parent | 0bc4ce85b4d5f90548a406b26a0c0eef7c72b35d (diff) | |
download | ast2050-yocto-poky-48335a7387ed1b9ceb3046006fb74247b18fbb97.zip ast2050-yocto-poky-48335a7387ed1b9ceb3046006fb74247b18fbb97.tar.gz |
ref-manual: Added new glossary description for RM_OLD_IMAGE.
(From yocto-docs rev: 718002e23dbea4f8c2090003ee43af30fa0ae82d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 22c1e8e..171b8df 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3220,6 +3220,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" </glossdef> </glossentry> + <glossentry id='var-RM_OLD_IMAGE'><glossterm>RM_OLD_IMAGE</glossterm> + <glossdef> + <para> + Reclaims disk space by removing previously built + versions of the same image from the + <filename>images</filename> directory pointed to by the + <link linkend='var-DEPLOY_DIR'><filename>DEPLOY_DIR</filename></link> + variable. + </para> + + <para> + Set this variable to "1" in your + <filename>local.conf</filename> file to remove these + images. + </para> + </glossdef> + </glossentry> + <glossentry id='var-RM_WORK_EXCLUDE'><glossterm>RM_WORK_EXCLUDE</glossterm> <glossdef> <para> |