summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-21 09:36:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-22 17:53:44 +0100
commitb103ff6ba7a91d5bc83816f300b95361de8e700f (patch)
tree20047d3acda9800311b3a22e2ddf0adeb7ef008a /documentation/dev-manual
parent2efe56a06f6c116325f5c5d3dfcc3165db290f1b (diff)
downloadpoky-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/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml30
-rw-r--r--documentation/dev-manual/dev-manual-qemu.xml4
-rw-r--r--documentation/dev-manual/dev-manual-start.xml6
3 files changed, 12 insertions, 28 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 64af8d700a..0c2e60f006 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1535,9 +1535,7 @@
1535 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> 1535 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
1536 and have sourced the build environment setup script 1536 and have sourced the build environment setup script
1537 (i.e. 1537 (i.e.
1538 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>oe-init-build-env</filename></ulink> 1538 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>oe-init-build-env</filename></ulink>).
1539 or
1540 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>).
1541 Here is the basic <filename>recipetool</filename> syntax: 1539 Here is the basic <filename>recipetool</filename> syntax:
1542 <note> 1540 <note>
1543 Running <filename>recipetool -h</filename> or 1541 Running <filename>recipetool -h</filename> or
@@ -1718,10 +1716,8 @@
1718 </para> 1716 </para>
1719 1717
1720 <para> 1718 <para>
1721 Assuming you have sourced a build environment setup script (i.e. 1719 Assuming you have sourced the build environment setup script (i.e.
1722 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 1720 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>)
1723 or
1724 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>)
1725 and you are in the 1721 and you are in the
1726 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>, 1722 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>,
1727 use BitBake to process your recipe. 1723 use BitBake to process your recipe.
@@ -4959,11 +4955,9 @@
4959 </literallayout> 4955 </literallayout>
4960 </para></listitem> 4956 </para></listitem>
4961 <listitem><para> 4957 <listitem><para>
4962 You must have sourced one of the build environment 4958 You must have sourced the build environment
4963 setup scripts (i.e. 4959 setup script (i.e.
4964 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 4960 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>)
4965 or
4966 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>)
4967 found in the 4961 found in the
4968 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>. 4962 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
4969 </para></listitem> 4963 </para></listitem>
@@ -5052,8 +5046,6 @@
5052 artifacts ready and available. 5046 artifacts ready and available.
5053 Additionally, the environment must be set up using the 5047 Additionally, the environment must be set up using the
5054 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 5048 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
5055 or
5056 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>
5057 script found in the 5049 script found in the
5058 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>. 5050 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
5059 </para> 5051 </para>
@@ -6195,8 +6187,6 @@ Some notes from Cal:
6195 environment, you must launch it using BitBake. 6187 environment, you must launch it using BitBake.
6196 Thus, the environment must be set up using the 6188 Thus, the environment must be set up using the
6197 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 6189 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
6198 or
6199 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>
6200 script found in the 6190 script found in the
6201 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>. 6191 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
6202 You must also be sure of the state of your build in the 6192 You must also be sure of the state of your build in the
@@ -7062,12 +7052,10 @@ Some notes from Cal:
7062 Aside from the <filename>*.sample</filename> configuration files, 7052 Aside from the <filename>*.sample</filename> configuration files,
7063 the <filename>conf-notes.txt</filename> also resides in the 7053 the <filename>conf-notes.txt</filename> also resides in the
7064 default <filename>meta-poky/conf</filename> directory. 7054 default <filename>meta-poky/conf</filename> directory.
7065 The scripts that set up the build environment 7055 The script that sets up the build environment
7066 (i.e. 7056 (i.e.
7067 <ulink url="&YOCTO_DOCS_REF_URL;#structure-core-script"><filename>&OE_INIT_FILE;</filename></ulink> 7057 <ulink url="&YOCTO_DOCS_REF_URL;#structure-core-script"><filename>&OE_INIT_FILE;</filename></ulink>)
7068 and 7058 uses this file to display BitBake targets as part of the script
7069 <ulink url="&YOCTO_DOCS_REF_URL;#structure-memres-core-script"><filename>oe-init-build-env-memres</filename></ulink>)
7070 use this file to display BitBake targets as part of the script
7071 output. 7059 output.
7072 Customizing this <filename>conf-notes.txt</filename> file is a 7060 Customizing this <filename>conf-notes.txt</filename> file is a
7073 good way to make sure your list of custom targets appears 7061 good way to make sure your list of custom targets appears
diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml
index ed4040ca60..d127c4f510 100644
--- a/documentation/dev-manual/dev-manual-qemu.xml
+++ b/documentation/dev-manual/dev-manual-qemu.xml
@@ -43,9 +43,7 @@
43 repository or you downloaded and unpacked a 43 repository or you downloaded and unpacked a
44 Yocto Project release tarball, you can source 44 Yocto Project release tarball, you can source
45 the build environment script (i.e. 45 the build environment script (i.e.
46 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 46 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>):
47 or
48 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>):
49 <literallayout class='monospaced'> 47 <literallayout class='monospaced'>
50 $ cd ~/poky 48 $ cd ~/poky
51 $ source oe-init-build-env 49 $ source oe-init-build-env
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index bcb49fbf03..a62825122f 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -707,11 +707,9 @@
707 </para></listitem> 707 </para></listitem>
708 <listitem><para> 708 <listitem><para>
709 <emphasis>Initialize the Build Environment:</emphasis> 709 <emphasis>Initialize the Build Environment:</emphasis>
710 Initialize the build environment by sourcing a build 710 Initialize the build environment by sourcing the build
711 environment script (i.e. 711 environment script (i.e.
712 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 712 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>).
713 or
714 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>).
715 </para></listitem> 713 </para></listitem>
716 <listitem><para> 714 <listitem><para>
717 <emphasis>Make Sure Your <filename>local.conf</filename> 715 <emphasis>Make Sure Your <filename>local.conf</filename>