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 <[email protected]> --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240237): https://lists.openembedded.org/g/openembedded-core/message/240237 Mute This Topic: https://lists.openembedded.org/mt/120137247/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
