From 38160843bfaff1183c745cb7f0496cd389db427f Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Thu, 8 Sep 2022 10:18:14 +0200 Subject: [PATCH] BUSYBOX: cleanup recipe Signed-off-by: Christophe Priouzeau Change-Id: I75b5e2ea785020b79c3374b61a1bb33ea2567510 --- recipes-core/busybox/busybox_%.bbappend | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend index 19367b8..7e1036a 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend @@ -1,25 +1,16 @@ FILESEXTRAPATHS:prepend:stm32mpcommon := "${THISDIR}/${PN}:" SRC_URI:append:stm32mpcommon = " \ - file://${BUSYBOX_CONFIG_FRAGMENT} \ + file://busybox-stm32mp.cfg \ file://0001-miscutils-watchdog-Add-gettimeleft.patch \ file://ifplugd.conf \ file://ifplugd.action \ file://ifplugd.sh \ " -BUSYBOX_CONFIG_FRAGMENT:stm32mpcommon = "busybox-stm32mp.cfg" - #inherit update-rc.d DEPENDS:append:stm32mpcommon = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'update-rc.d-native', d)}" -do_configure:append:stm32mpcommon () { - # merge specific configuration to newly generated .config - merge_config.sh -m -r -O ${B} ${B}/.config ${WORKDIR}/${BUSYBOX_CONFIG_FRAGMENT} 1>&2 - # make sure to generate proper config file for busybox - cml1_do_configure -} - do_install:append:stm32mpcommon () { if [ "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '1', '0', d)}" = "0" ]; then if grep -q "CONFIG_IFPLUGD=y" ${B}/.config; then