diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-11-05 15:10:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-21 11:07:00 +0000 |
commit | 5c85099acc02b8f145863838cdb9791a999314f8 (patch) | |
tree | b1b751ba3cf7b271724fae3ddfeb215003a8849a /documentation/ref-manual/variables.rst | |
parent | 7e8f513910b795544d8264a615d893df295dfa4c (diff) | |
download | poky-5c85099acc02b8f145863838cdb9791a999314f8.tar.gz |
ref-manual: remove reference to TOPDIR
Already described in BitBake's manual
As it is not specific to OE / Yocto Project
(From yocto-docs rev: 150d5e938e9f413ade8bd6211ee7d55a2819a431)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 3bf600ca9e..bcae976c69 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8211,11 +8211,6 @@ system and gives an overview of their function and contents. | |||
8211 | information on setting up a cross-development environment, see the | 8211 | information on setting up a cross-development environment, see the |
8212 | :doc:`/sdk-manual/index` manual. | 8212 | :doc:`/sdk-manual/index` manual. |
8213 | 8213 | ||
8214 | :term:`TOPDIR` | ||
8215 | The top-level :term:`Build Directory`. BitBake | ||
8216 | automatically sets this variable when you initialize your build | ||
8217 | environment using :ref:`structure-core-script`. | ||
8218 | |||
8219 | :term:`TRANSLATED_TARGET_ARCH` | 8214 | :term:`TRANSLATED_TARGET_ARCH` |
8220 | A sanitized version of :term:`TARGET_ARCH`. This | 8215 | A sanitized version of :term:`TARGET_ARCH`. This |
8221 | variable is used where the architecture is needed in a value where | 8216 | variable is used where the architecture is needed in a value where |