Message ID | 20250227135847.3439559-1-ross.burton@arm.com |
---|---|
State | Accepted |
Headers | show |
Series | ref-manual: remove OE_IMPORTS | expand |
Hi Ross, On 2/27/25 2:58 PM, Ross Burton via lists.yoctoproject.org wrote: > 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") > > Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Can be backported to Mickledore and later :) Thanks! Quentin
On Thu, 27 Feb 2025 13:58:47 +0000, Ross Burton wrote: > 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") > Applied, thanks! [1/1] ref-manual: remove OE_IMPORTS commit: d03dad11974ada7a99b4406e2350b9f5f0acc746 Best regards,
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 60984cc8f34..a504387c156 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -5773,14 +5773,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
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") Signed-off-by: Ross Burton <ross.burton@arm.com> --- documentation/ref-manual/variables.rst | 8 -------- 1 file changed, 8 deletions(-)