From 610b044a4e4dedf0372ae0d900ab8bc1bb9f1215 Mon Sep 17 00:00:00 2001 From: Alex Bu Date: Thu, 18 Aug 2022 13:39:23 +0300 Subject: busybox: enable base64 of coreutils QtCreator will check base64 when testing the device, so enable it in busybox which provides the core utilities. Fixes: QTBUG-105481 Pick-to: 6.4 6.3 6.2 Change-Id: Ie62cdb66cbb4fa8e32d6c1d692d0b257dc1fa455 Reviewed-by: Samuli Piippo --- meta-boot2qt-distro/recipes-core/busybox/busybox/base64.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-boot2qt-distro/recipes-core/busybox/busybox/base64.cfg (limited to 'meta-boot2qt-distro/recipes-core/busybox/busybox/base64.cfg') diff --git a/meta-boot2qt-distro/recipes-core/busybox/busybox/base64.cfg b/meta-boot2qt-distro/recipes-core/busybox/busybox/base64.cfg new file mode 100644 index 00000000..0a372b82 --- /dev/null +++ b/meta-boot2qt-distro/recipes-core/busybox/busybox/base64.cfg @@ -0,0 +1 @@ +CONFIG_BASE64=y -- cgit v1.2.3