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/kernel-dev | |
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/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 9ef1138589..0f5e09cd47 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -72,9 +72,7 @@ | |||
72 | Before building an extensible SDK, you need to | 72 | Before building an extensible SDK, you need to |
73 | initialize the BitBake build environment by sourcing a | 73 | initialize the BitBake build environment by sourcing a |
74 | build environment script | 74 | build environment script |
75 | (i.e. <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>oe-init-build-env</filename></ulink> | 75 | (i.e. <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>oe-init-build-env</filename></ulink>): |
76 | or | ||
77 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>): | ||
78 | <literallayout class='monospaced'> | 76 | <literallayout class='monospaced'> |
79 | $ cd ~/poky | 77 | $ cd ~/poky |
80 | $ source oe-init-build-env | 78 | $ source oe-init-build-env |