summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-core
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-02-05 07:16:32 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-08 18:30:51 +0300
commit98d77428072ac10df2026cf6727607948247b166 (patch)
tree43677c0d6b8fee4d604199636fd4f8f1587fde2a /meta-phosphor/common/recipes-core
parent3add5ea781a9a51b0586e6793d592e8f060d34f8 (diff)
downloadopenbmc-98d77428072ac10df2026cf6727607948247b166.tar.xz
busybox: Enable expand(1) utility
Required by perf(1), which is now in the debug tools tarball. expand(1) expands /bin/busybox.nosuid by 468 bytes and adds one symlink to the filesystem: $ size a/bin/busybox.nosuid text data bss dec hex filename 582385 1845 8816 593046 90c96 a/bin/busybox.nosuid $ size b/bin/busybox.nosuid text data bss dec hex filename 582853 1845 8816 593514 90e6a b/bin/busybox.nosuid Resolves: openbmc/openbmc#2879 Change-Id: I999a12768ab7e0d740bed710b01dab49aa2a8019 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-core')
-rw-r--r--meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg b/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg
index 6afeed571..99e83dbd9 100644
--- a/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg
+++ b/meta-phosphor/common/recipes-core/busybox/busybox/busybox.cfg
@@ -3,3 +3,4 @@ CONFIG_FEATURE_LS_COLOR_IS_DEFAULT=y
CONFIG_FEATURE_LESS_TRUNCATE=y
CONFIG_FEATURE_LESS_REGEXP=y
CONFIG_WATCHDOG=y
+CONFIG_EXPAND=y