diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-09-21 09:36:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-22 17:53:44 +0100 |
commit | b103ff6ba7a91d5bc83816f300b95361de8e700f (patch) | |
tree | 20047d3acda9800311b3a22e2ddf0adeb7ef008a /documentation/ref-manual/usingpoky.xml | |
parent | 2efe56a06f6c116325f5c5d3dfcc3165db290f1b (diff) | |
download | poky-b103ff6ba7a91d5bc83816f300b95361de8e700f.tar.gz |
documentation: Purged "oe-init-build-env-memres" from docs
Fixes [YOCTO #11968]
Purged all occurrences of the "oe-init-build-env-memres" script
from the YP documentation set. Occurrences in a lot of places.
The BBSERVER variable was also impacted and had to have the
definition updated.
(From yocto-docs rev: 274b05108d1bc53df20c11ab2efa15363bce23da)
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.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index c323d38318..a963268347 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -42,11 +42,9 @@ | |||
42 | 42 | ||
43 | <para> | 43 | <para> |
44 | The first thing you need to do is set up the OpenEmbedded build | 44 | The first thing you need to do is set up the OpenEmbedded build |
45 | environment by sourcing an environment setup script | 45 | environment by sourcing the environment setup script |
46 | (i.e. | 46 | (i.e. |
47 | <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link> | 47 | <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link>). |
48 | or | ||
49 | <link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link>). | ||
50 | Here is an example: | 48 | Here is an example: |
51 | <literallayout class='monospaced'> | 49 | <literallayout class='monospaced'> |
52 | $ source &OE_INIT_FILE; [<replaceable>build_dir</replaceable>] | 50 | $ source &OE_INIT_FILE; [<replaceable>build_dir</replaceable>] |