From 091d654875e05fcbec2990b6ba7c6fcd3ba92e3d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 11 Jan 2022 08:16:16 -0500 Subject: busybox-initrd: update to 1.35.0 OE core commit a7d5150b621c2ab4e4 has bumped busybox to 1.35.0, so we update our initrd recipe accordingly. Signed-off-by: Bruce Ashfield --- recipes-core/busybox/busybox-initrd_1.34.1.bb | 21 --------------------- recipes-core/busybox/busybox-initrd_1.35.0.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 recipes-core/busybox/busybox-initrd_1.34.1.bb create mode 100644 recipes-core/busybox/busybox-initrd_1.35.0.bb (limited to 'recipes-core') diff --git a/recipes-core/busybox/busybox-initrd_1.34.1.bb b/recipes-core/busybox/busybox-initrd_1.34.1.bb deleted file mode 100644 index 6108e9af..00000000 --- a/recipes-core/busybox/busybox-initrd_1.34.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/busybox-initrd:${COREBASE}/meta/recipes-core/busybox/busybox:${COREBASE}/meta/recipes-core/busybox/files:" - -require recipes-core/busybox/busybox_${PV}.bb - -SRC_URI += "file://init.cfg \ - file://mdev.cfg \ - file://runx.cfg \ - ${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', 'file://static.cfg', '', d)} \ - file://initrd.cfg" - -S = "${WORKDIR}/busybox-${PV}" - -# override security-flags settings, we have some warnings to ignore -SECURITY_STRINGFORMAT = "" - -# we do this to get the target binary available to recipes that -# depend on busybox -SYSROOT_DIRS += "/bin" -BUSYBOX_SPLIT_SUID = "0" - -FILES:${PN} += "${sysconfdir}/init.d/*" diff --git a/recipes-core/busybox/busybox-initrd_1.35.0.bb b/recipes-core/busybox/busybox-initrd_1.35.0.bb new file mode 100644 index 00000000..6108e9af --- /dev/null +++ b/recipes-core/busybox/busybox-initrd_1.35.0.bb @@ -0,0 +1,21 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/busybox-initrd:${COREBASE}/meta/recipes-core/busybox/busybox:${COREBASE}/meta/recipes-core/busybox/files:" + +require recipes-core/busybox/busybox_${PV}.bb + +SRC_URI += "file://init.cfg \ + file://mdev.cfg \ + file://runx.cfg \ + ${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', 'file://static.cfg', '', d)} \ + file://initrd.cfg" + +S = "${WORKDIR}/busybox-${PV}" + +# override security-flags settings, we have some warnings to ignore +SECURITY_STRINGFORMAT = "" + +# we do this to get the target binary available to recipes that +# depend on busybox +SYSROOT_DIRS += "/bin" +BUSYBOX_SPLIT_SUID = "0" + +FILES:${PN} += "${sysconfdir}/init.d/*" -- cgit v1.2.3-54-g00ecf