]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Removed RM_OLD_IMAGE variable description.
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 14 Oct 2016 18:49:21 +0000 (11:49 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Oct 2016 11:56:33 +0000 (12:56 +0100)
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>
documentation/ref-manual/migration.xml
documentation/ref-manual/ref-variables.xml

index 2330d5e89540951a6aa66248bb4315b4a8c3ead5..bd70ca791085f31796ec80afcf6841c9b94ef44f 100644 (file)
             <filename>tmp/deploy/</filename> is now enabled by default due
             to a new staging method used for those files.
             As a result of this change, the
-            <link linkend='var-RM_OLD_IMAGE'><filename>RM_OLD_IMAGE</filename></link>
-            variable is now redundant.
+            <filename>RM_OLD_IMAGE</filename> variable is now redundant.
         </para>
     </section>
 
index f509da4d7de2f319ddfc48c85d3fd04d8fbd65e9..ae1068a90c635acc5426fc6f136b5ed79ee9b8bf 100644 (file)
@@ -10673,35 +10673,6 @@ 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>
-            <info>
-                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."
-            </info>
-            <glossdef>
-                <para role="glossdeffirst">
-<!--                <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
-                    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.
-                    <note>
-                        Removal of old images and other files in
-                        <filename>tmp/deploy/</filename> is enabled by default
-                        due to the staging method used for those files.
-                        Consequently, the <filename>RM_OLD_IMAGE</filename>
-                        variable is redundant.
-                    </note>
-                </para>
-            </glossdef>
-        </glossentry>
-
         <glossentry id='var-RM_WORK_EXCLUDE'><glossterm>RM_WORK_EXCLUDE</glossterm>
             <info>
                 RM_WORK_EXCLUDE[doc] = "With rm_work enabled, this variable specifies a list of packages whose work directories should not be removed."