diff options
| author | Quentin Schulz <foss@0leil.net> | 2020-10-05 20:37:24 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-04 10:55:01 +0000 |
| commit | 755ff8dcaaa5dfa9e512c977c969693fc38a44be (patch) | |
| tree | f9b2eef3bb1961203785d2041e723aa8ed093fce /documentation/ref-manual | |
| parent | e8feec005be8b25b7e7d865e1d9cdbe57b49409a (diff) | |
| download | poky-755ff8dcaaa5dfa9e512c977c969693fc38a44be.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: 322b9a676b8897d93fe046b4c37a745d472cd4c6)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6fd4421283005b0ecc980e9ef25770d383b93937)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
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 |
