summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-10-05 20:37:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-20 11:12:06 +0100
commit7db69417c182d3a59699671ee4d059f8d4faf356 (patch)
treec7fbb74c02be7f1a950e831e8db250b00d872c88 /documentation/brief-yoctoprojectqs
parent8dd785f120ab73ec78ebcc4c8dd65141b7472885 (diff)
downloadpoky-7db69417c182d3a59699671ee4d059f8d4faf356.tar.gz
docs: remove OE_INIT_FILE variable
There's probably no need for such a variable (the name of the script is unlikely to change any time soon) and not all instances of oe-init-build-env were actually using this variable. For consistency sake, let's just remove the OE_INIT_FILE variable. Suggested-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (From yocto-docs rev: 6fd4421283005b0ecc980e9ef25770d383b93937) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
index 14a3e17510..c9622d3647 100644
--- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
+++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
@@ -177,7 +177,7 @@ an entire Linux distribution, including the toolchain, from source.
177 .. code-block:: shell 177 .. code-block:: shell
178 178
179 $ cd ~/poky 179 $ cd ~/poky
180 $ source &OE_INIT_FILE; 180 $ source oe-init-build-env
181 You had no conf/local.conf file. This configuration file has therefore been 181 You had no conf/local.conf file. This configuration file has therefore been
182 created for you with some default values. You may wish to edit it to, for 182 created for you with some default values. You may wish to edit it to, for
183 example, select a different MACHINE (target hardware). See conf/local.conf 183 example, select a different MACHINE (target hardware). See conf/local.conf