diff options
author | Ross Burton <ross.burton@arm.com> | 2025-02-27 13:58:47 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-03-08 06:22:57 -0800 |
commit | 357eb84b2a9bcb0f1c8f64a2989b133b37049d5b (patch) | |
tree | c3d99debecaf30ba9c6483d6c16279f9d8ef90e1 | |
parent | 84abedb894f933be0973c1a83a27cb92ce6d3ee3 (diff) | |
download | poky-357eb84b2a9bcb0f1c8f64a2989b133b37049d5b.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: 7d3cce5b962ca9f73b29affceb7ebc6710627739)
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>
(cherry picked from commit d03dad11974ada7a99b4406e2350b9f5f0acc746)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 e275221356..c9cc2d3042 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5644,14 +5644,6 @@ system and gives an overview of their function and contents. | |||
5644 | 5644 | ||
5645 | OECMAKE_GENERATOR = "Unix Makefiles" | 5645 | OECMAKE_GENERATOR = "Unix Makefiles" |
5646 | 5646 | ||
5647 | :term:`OE_IMPORTS` | ||
5648 | An internal variable used to tell the OpenEmbedded build system what | ||
5649 | Python modules to import for every Python function run by the system. | ||
5650 | |||
5651 | .. note:: | ||
5652 | |||
5653 | Do not set this variable. It is for internal use only. | ||
5654 | |||
5655 | :term:`OE_INIT_ENV_SCRIPT` | 5647 | :term:`OE_INIT_ENV_SCRIPT` |
5656 | The name of the build environment setup script for the purposes of | 5648 | The name of the build environment setup script for the purposes of |
5657 | setting up the environment within the extensible SDK. The default | 5649 | setting up the environment within the extensible SDK. The default |