diff options
author | Ross Burton <ross.burton@arm.com> | 2025-02-27 13:58:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-07 17:04:26 +0000 |
commit | 7f91376d2e2a43754d0800083b60df8c76872c38 (patch) | |
tree | 3854e8ba806efb9b6be757462eed085f0a2f11e5 /documentation/ref-manual/variables.rst | |
parent | dcaaf3ed5706d9f76a0516f729c2284fef9d5813 (diff) | |
download | poky-7f91376d2e2a43754d0800083b60df8c76872c38.tar.gz |
ref-manual: remove OE_IMPORTS
oe-core no longer supports OE_IMPORTS[1], so remove the documentation.
[1] oe-core 1f56155e ("base: Switch to use addpylib directive and
BB_GLOBAL_PYMODULES")
(From yocto-docs rev: d03dad11974ada7a99b4406e2350b9f5f0acc746)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@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 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index f18298c104..3a33b3543c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5798,14 +5798,6 @@ system and gives an overview of their function and contents. | |||
5798 | 5798 | ||
5799 | OECMAKE_GENERATOR = "Unix Makefiles" | 5799 | OECMAKE_GENERATOR = "Unix Makefiles" |
5800 | 5800 | ||
5801 | :term:`OE_IMPORTS` | ||
5802 | An internal variable used to tell the OpenEmbedded build system what | ||
5803 | Python modules to import for every Python function run by the system. | ||
5804 | |||
5805 | .. note:: | ||
5806 | |||
5807 | Do not set this variable. It is for internal use only. | ||
5808 | |||
5809 | :term:`OE_INIT_ENV_SCRIPT` | 5801 | :term:`OE_INIT_ENV_SCRIPT` |
5810 | The name of the build environment setup script for the purposes of | 5802 | The name of the build environment setup script for the purposes of |
5811 | setting up the environment within the extensible SDK. The default | 5803 | setting up the environment within the extensible SDK. The default |