summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-04-28 16:23:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-10 12:13:32 +0100
commitb1dc0ee121e575f1978cdea409a16bba4040e5b2 (patch)
tree1e6bfab76d6053cd163a77a674ac82482c840c97 /documentation/ref-manual/usingpoky.xml
parent7fdd0ac087328524f27ae42d503898dbd113f417 (diff)
downloadpoky-b1dc0ee121e575f1978cdea409a16bba4040e5b2.tar.gz
ref-manual, dev-manual: Completed first draft of 2.3 migration section.
(From yocto-docs rev: 42ab9e34da640b46d39741c9c83648dc65518ec1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index 9bd435b008..325dbd9593 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -791,20 +791,6 @@
791 which is usually 791 which is usually
792 <filename>${</filename><link linkend='var-BUILDDIR'><filename>BUILDDIR</filename></link><filename>}/tmp</filename>, 792 <filename>${</filename><link linkend='var-BUILDDIR'><filename>BUILDDIR</filename></link><filename>}/tmp</filename>,
793 as it includes the staging sysroots. 793 as it includes the staging sysroots.
794 Another, faster method to empty the staging sysroots is to use the
795 <filename>scripts/wipe-sysroot</filename> script,
796 which removes just the staging sysroots and keeps everything else
797 in <filename>TMPDIR</filename>.
798 <note>
799 The <filename>scripts/</filename> directory appears in
800 <filename>PATH</filename> after running the build environment
801 initialization script (i.e.
802 <link linkend='structure-core-script'><filename>oe-init-build-env</filename></link>
803 or
804 <link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link>),
805 which results in the ability to to run
806 <filename>wipe-sysroot</filename> immediately.
807 </note>
808 </para> 794 </para>
809 795
810 </section> 796 </section>