From 26770b8058070d55fb36bedce1380019811e55de Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 26 Feb 2021 10:40:26 -0500 Subject: initrd: bump busybox to 1.33 to match oe-core OE core has updated busybox, so we bump to match. Signed-off-by: Bruce Ashfield --- recipes-core/busybox/busybox-initrd_1.32.0.bb | 21 --------------------- recipes-core/busybox/busybox-initrd_1.33.0.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 recipes-core/busybox/busybox-initrd_1.32.0.bb create mode 100644 recipes-core/busybox/busybox-initrd_1.33.0.bb (limited to 'recipes-core') diff --git a/recipes-core/busybox/busybox-initrd_1.32.0.bb b/recipes-core/busybox/busybox-initrd_1.32.0.bb deleted file mode 100644 index 5ce5fa52..00000000 --- a/recipes-core/busybox/busybox-initrd_1.32.0.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.33.0.bb b/recipes-core/busybox/busybox-initrd_1.33.0.bb new file mode 100644 index 00000000..5ce5fa52 --- /dev/null +++ b/recipes-core/busybox/busybox-initrd_1.33.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