summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-27 13:59:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-28 07:49:18 +0000
commit22c45873e9568e918996edd22ccc540214c1f7ee (patch)
tree28c024330708e6f958e8d073fb82ac58f3913f04 /meta/conf
parent430ed4a884f900b5b6a38fd504dd6e8d0857af76 (diff)
downloadpoky-22c45873e9568e918996edd22ccc540214c1f7ee.tar.gz
conf/documentation.conf: 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 OE-Core rev: d1388e0958c8013179a948e08bf989c07f8654ca) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/documentation.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 3dd7bce515..570a604494 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -299,7 +299,6 @@ NO_RECOMMENDATIONS[doc] = "When set to '1', no recommended packages will be inst
299#O 299#O
300 300
301OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command." 301OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command."
302OE_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."
303OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system." 302OE_TERMINAL[doc] = "Controls how the OpenEmbedded build system spawns interactive terminals on the host development system."
304OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced." 303OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced."
305OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support." 304OLDEST_KERNEL[doc] = "Declares the oldest version of the Linux kernel that the produced binaries must support."