summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorEnrico Jörns <ejo@pengutronix.de>2024-10-28 09:29:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-01 12:07:12 +0000
commitf4e1f39d9bf104bc216d27275643c5a2d8886f0b (patch)
treeef85c73fc4c91caa568c462bdd915f2e9f38c171 /meta/recipes-core
parent4899f3dcccddb5d1ad77c197e69c7bc18125d8a7 (diff)
downloadpoky-f4e1f39d9bf104bc216d27275643c5a2d8886f0b.tar.gz
busybox: disable defconfig options from simpler fragments
This disables options from the defconfig file that are enabled by explicit config fragments. Having them enabled in the defconfig renders the fragments useless and takes away the ability to disable options with SRC_URI:remove = "<fragment>.cfg". The respective options were all deactivated once but got accidentally enabled in 4335cd24 ("busybox: refresh the defconfig from 1.33.0"). This commit disables the features for: - sha1sum.cfg - sha256sum.cfg - resize.cfg - pgrep.cfg - rev.cfg (From OE-Core rev: ad4bd190836d2de4bda6a7e59b55bcf8d118fd14) Signed-off-by: Enrico Jörns <ejo@pengutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/busybox/busybox/defconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 6c5a8764ce..0ec65c65af 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -281,8 +281,8 @@ CONFIG_FEATURE_LS_USERNAME=y
281CONFIG_FEATURE_LS_COLOR=y 281CONFIG_FEATURE_LS_COLOR=y
282# CONFIG_FEATURE_LS_COLOR_IS_DEFAULT is not set 282# CONFIG_FEATURE_LS_COLOR_IS_DEFAULT is not set
283CONFIG_MD5SUM=y 283CONFIG_MD5SUM=y
284CONFIG_SHA1SUM=y 284# CONFIG_SHA1SUM is not set
285CONFIG_SHA256SUM=y 285# CONFIG_SHA256SUM is not set
286# CONFIG_SHA512SUM is not set 286# CONFIG_SHA512SUM is not set
287# CONFIG_SHA3SUM is not set 287# CONFIG_SHA3SUM is not set
288 288
@@ -386,8 +386,8 @@ CONFIG_DEFAULT_SETFONT_DIR=""
386CONFIG_LOADKMAP=y 386CONFIG_LOADKMAP=y
387CONFIG_OPENVT=y 387CONFIG_OPENVT=y
388CONFIG_RESET=y 388CONFIG_RESET=y
389CONFIG_RESIZE=y 389# CONFIG_RESIZE is not set
390CONFIG_FEATURE_RESIZE_PRINT=y 390# CONFIG_FEATURE_RESIZE_PRINT is not set
391CONFIG_SETCONSOLE=y 391CONFIG_SETCONSOLE=y
392# CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS is not set 392# CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS is not set
393# CONFIG_SETKEYCODES is not set 393# CONFIG_SETKEYCODES is not set
@@ -689,7 +689,7 @@ CONFIG_RDATE=y
689# CONFIG_RDEV is not set 689# CONFIG_RDEV is not set
690# CONFIG_READPROFILE is not set 690# CONFIG_READPROFILE is not set
691CONFIG_RENICE=y 691CONFIG_RENICE=y
692CONFIG_REV=y 692# CONFIG_REV is not set
693# CONFIG_RTCWAKE is not set 693# CONFIG_RTCWAKE is not set
694# CONFIG_SCRIPT is not set 694# CONFIG_SCRIPT is not set
695# CONFIG_SCRIPTREPLAY is not set 695# CONFIG_SCRIPTREPLAY is not set
@@ -1070,7 +1070,7 @@ CONFIG_KILLALL=y
1070# CONFIG_LSOF is not set 1070# CONFIG_LSOF is not set
1071# CONFIG_MPSTAT is not set 1071# CONFIG_MPSTAT is not set
1072# CONFIG_NMETER is not set 1072# CONFIG_NMETER is not set
1073CONFIG_PGREP=y 1073# CONFIG_PGREP is not set
1074# CONFIG_PKILL is not set 1074# CONFIG_PKILL is not set
1075CONFIG_PIDOF=y 1075CONFIG_PIDOF=y
1076# CONFIG_FEATURE_PIDOF_SINGLE is not set 1076# CONFIG_FEATURE_PIDOF_SINGLE is not set