diff options
author | Quentin Schulz <foss@0leil.net> | 2020-10-05 20:37:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:12:06 +0100 |
commit | 7db69417c182d3a59699671ee4d059f8d4faf356 (patch) | |
tree | c7fbb74c02be7f1a950e831e8db250b00d872c88 /documentation/ref-manual | |
parent | 8dd785f120ab73ec78ebcc4c8dd65141b7472885 (diff) | |
download | poky-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/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-structure.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-structure.rst b/documentation/ref-manual/ref-structure.rst index ff5d863736..db1ea97979 100644 --- a/documentation/ref-manual/ref-structure.rst +++ b/documentation/ref-manual/ref-structure.rst | |||
@@ -188,7 +188,7 @@ your choice. For example, the following command creates a Build | |||
188 | Directory named ``mybuilds/`` that is outside of the :term:`Source Directory`: | 188 | Directory named ``mybuilds/`` that is outside of the :term:`Source Directory`: |
189 | :: | 189 | :: |
190 | 190 | ||
191 | $ source OE_INIT_FILE ~/mybuilds | 191 | $ source oe-init-build-env ~/mybuilds |
192 | 192 | ||
193 | The OpenEmbedded build system uses the template configuration files, which | 193 | The OpenEmbedded build system uses the template configuration files, which |
194 | are found by default in the ``meta-poky/conf/`` directory in the Source | 194 | are found by default in the ``meta-poky/conf/`` directory in the Source |
@@ -200,8 +200,7 @@ information. | |||
200 | .. note:: | 200 | .. note:: |
201 | 201 | ||
202 | The OpenEmbedded build system does not support file or directory | 202 | The OpenEmbedded build system does not support file or directory |
203 | names that contain spaces. If you attempt to run the | 203 | names that contain spaces. If you attempt to run the ``oe-init-build-env`` |
204 | OE_INIT_FILE | ||
205 | script from a Source Directory that contains spaces in either the | 204 | script from a Source Directory that contains spaces in either the |
206 | filenames or directory names, the script returns an error indicating | 205 | filenames or directory names, the script returns an error indicating |
207 | no such file or directory. Be sure to use a Source Directory free of | 206 | no such file or directory. Be sure to use a Source Directory free of |