diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-05-10 10:56:29 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-11 08:52:53 -0400 |
| commit | 25b8c5d9816561ea24e3d0b3261c8c65cc6fb500 (patch) | |
| tree | 18831503ac9ded7a234a9b76865f6e4125326ffa /recipes-core/busybox/busybox-initrd_1.33.1.bb | |
| parent | cb4ed74c349759d99fa4e34a975cbbd5f4c4ac90 (diff) | |
| download | meta-virtualization-25b8c5d9816561ea24e3d0b3261c8c65cc6fb500.tar.gz | |
initrd: bump busybox to 1.33.1 to match oe-core
OE core has updated busybox, so we bump to match.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core/busybox/busybox-initrd_1.33.1.bb')
| -rw-r--r-- | recipes-core/busybox/busybox-initrd_1.33.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-core/busybox/busybox-initrd_1.33.1.bb b/recipes-core/busybox/busybox-initrd_1.33.1.bb new file mode 100644 index 00000000..5ce5fa52 --- /dev/null +++ b/recipes-core/busybox/busybox-initrd_1.33.1.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/busybox-initrd:${COREBASE}/meta/recipes-core/busybox/busybox:${COREBASE}/meta/recipes-core/busybox/files:" | ||
| 2 | |||
| 3 | require recipes-core/busybox/busybox_${PV}.bb | ||
| 4 | |||
| 5 | SRC_URI += "file://init.cfg \ | ||
| 6 | file://mdev.cfg \ | ||
| 7 | file://runx.cfg \ | ||
| 8 | ${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', 'file://static.cfg', '', d)} \ | ||
| 9 | file://initrd.cfg" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/busybox-${PV}" | ||
| 12 | |||
| 13 | # override security-flags settings, we have some warnings to ignore | ||
| 14 | SECURITY_STRINGFORMAT = "" | ||
| 15 | |||
| 16 | # we do this to get the target binary available to recipes that | ||
| 17 | # depend on busybox | ||
| 18 | SYSROOT_DIRS += "/bin" | ||
| 19 | BUSYBOX_SPLIT_SUID = "0" | ||
| 20 | |||
| 21 | FILES_${PN} += "${sysconfdir}/init.d/*" | ||
