From 357eb84b2a9bcb0f1c8f64a2989b133b37049d5b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 27 Feb 2025 13:58:47 +0000 Subject: [PATCH] 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 Reviewed-by: Quentin Schulz Signed-off-by: Antonin Godard (cherry picked from commit d03dad11974ada7a99b4406e2350b9f5f0acc746) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/ref-manual/variables.rst | 8 -------- 1 file changed, 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. OECMAKE_GENERATOR = "Unix Makefiles" - :term:`OE_IMPORTS` - An internal variable used to tell the OpenEmbedded build system what - Python modules to import for every Python function run by the system. - - .. note:: - - Do not set this variable. It is for internal use only. - :term:`OE_INIT_ENV_SCRIPT` The name of the build environment setup script for the purposes of setting up the environment within the extensible SDK. The default