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 + meta-boot2qt-distro/recipes-core/busybox/busybox_%.bbappend | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 meta-boot2qt-distro/recipes-core/busybox/busybox/base64.cfg create mode 100644 meta-boot2qt-distro/recipes-core/busybox/busybox_%.bbappend 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 diff --git a/meta-boot2qt-distro/recipes-core/busybox/busybox_%.bbappend b/meta-boot2qt-distro/recipes-core/busybox/busybox_%.bbappend new file mode 100644 index 00000000..65295b9e --- /dev/null +++ b/meta-boot2qt-distro/recipes-core/busybox/busybox_%.bbappend @@ -0,0 +1,2 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" +SRC_URI:append = " file://base64.cfg" -- cgit v1.2.3