]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
conf/documentation.conf: remove OE_IMPORTS
authorRoss Burton <ross.burton@arm.com>
Thu, 27 Feb 2025 13:59:24 +0000 (13:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Feb 2025 23:39:30 +0000 (23:39 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/documentation.conf

index 3dd7bce51559d180e2e38b3920363bd2c7fa7021..570a6044947a2ae0762b970908248ff356b16cd9 100644 (file)
@@ -299,7 +299,6 @@ NO_RECOMMENDATIONS[doc] = "When set to '1', no recommended packages will be inst
 #O
 
 OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command."
-OE_IMPORTS[doc] = "An internal variable used to tell the OpenEmbedded build system what Python modules to import for every Python function run by the system."
 OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system."
 OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced."
 OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support."