| Message ID | 20260706102138.1157202-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | busybox: enable xxd | expand |
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 93d9207c827..1f4b5e3d1eb 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig @@ -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
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> --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)