]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
busybox: enable xxd
authorRoss Burton <ross.burton@arm.com>
Mon, 6 Jul 2026 10:21:38 +0000 (11:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Jul 2026 10:04:39 +0000 (11:04 +0100)
The xxd binary is very small and a non-zero number of test suites use
xxd to generate test data.

Enable xxd in busybox to avoid having to pull vim's xxd into builds. It
does not have feature parity with vim's xxd, but it's close enough for
many tests and vim's xxd still exists for the others.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox/defconfig

index 93d9207c827847614d7f8bbedc646feb93293ab6..1f4b5e3d1eb879ee3e3c30a5d9e0e1f691242d1f 100644 (file)
@@ -645,7 +645,7 @@ CONFIG_FSTRIM=y
 # CONFIG_FEATURE_GETOPT_LONG is not set
 CONFIG_HEXDUMP=y
 # CONFIG_HD is not set
-# CONFIG_XXD is not set
+CONFIG_XXD=y
 CONFIG_HWCLOCK=y
 CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS=y
 # CONFIG_IONICE is not set