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>
This commit is contained in:
Scott Rifenbark
2017-04-28 16:23:48 -07:00
committed by Richard Purdie
parent 7fdd0ac087
commit b1dc0ee121
8 changed files with 538 additions and 109 deletions

View File

@@ -791,20 +791,6 @@
which is usually
<filename>${</filename><link linkend='var-BUILDDIR'><filename>BUILDDIR</filename></link><filename>}/tmp</filename>,
as it includes the staging sysroots.
Another, faster method to empty the staging sysroots is to use the
<filename>scripts/wipe-sysroot</filename> script,
which removes just the staging sysroots and keeps everything else
in <filename>TMPDIR</filename>.
<note>
The <filename>scripts/</filename> directory appears in
<filename>PATH</filename> after running the build environment
initialization script (i.e.
<link linkend='structure-core-script'><filename>oe-init-build-env</filename></link>
or
<link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link>),
which results in the ability to to run
<filename>wipe-sysroot</filename> immediately.
</note>
</para>
</section>