diff options
Diffstat (limited to 'meta-initramfs')
8 files changed, 3 insertions, 10 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb index d8134b228c..18b831fb72 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb | |||
| @@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
| 6 | 6 | ||
| 7 | SRC_URI = "file://icon.xpm" | 7 | SRC_URI = "file://icon.xpm" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/sources" | 9 | S = "${UNPACKDIR}" |
| 10 | UNPACKDIR = "${S}" | ||
| 11 | 10 | ||
| 12 | do_install:prepend () { | 11 | do_install:prepend () { |
| 13 | echo '# /boot/boot.cfg - KEXECBOOT configuration file. | 12 | echo '# /boot/boot.cfg - KEXECBOOT configuration file. |
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index 2be9076726..00985c09c5 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
| @@ -4,7 +4,6 @@ HOMEPAGE = "https://github.com/kexecboot/kexecboot/wiki" | |||
| 4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 6 | PV = "0.6+git" | 6 | PV = "0.6+git" |
| 7 | S = "${WORKDIR}/git" | ||
| 8 | SRC_URI = " \ | 7 | SRC_URI = " \ |
| 9 | git://github.com/kexecboot/kexecboot.git;branch=master;protocol=https \ | 8 | git://github.com/kexecboot/kexecboot.git;branch=master;protocol=https \ |
| 10 | file://0001-Fix-argument-errors-in-gcc-15.patch \ | 9 | file://0001-Fix-argument-errors-in-gcc-15.patch \ |
diff --git a/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb b/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb index c2b3faddda..21dce17bb7 100644 --- a/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb +++ b/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb | |||
| @@ -3,8 +3,7 @@ LICENSE = "MIT" | |||
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 4 | SRC_URI = "file://init-debug.sh" | 4 | SRC_URI = "file://init-debug.sh" |
| 5 | 5 | ||
| 6 | S = "${WORKDIR}/sources" | 6 | S = "${UNPACKDIR}" |
| 7 | UNPACKDIR = "${S}" | ||
| 8 | 7 | ||
| 9 | do_install() { | 8 | do_install() { |
| 10 | install -m 0755 ${UNPACKDIR}/init-debug.sh ${D}/init | 9 | install -m 0755 ${UNPACKDIR}/init-debug.sh ${D}/init |
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_106.bb b/meta-initramfs/recipes-devtools/dracut/dracut_106.bb index 871119521f..d59b357dc1 100644 --- a/meta-initramfs/recipes-devtools/dracut/dracut_106.bb +++ b/meta-initramfs/recipes-devtools/dracut/dracut_106.bb | |||
| @@ -18,7 +18,6 @@ DEPENDS:append:libc-musl = " fts" | |||
| 18 | 18 | ||
| 19 | inherit bash-completion pkgconfig | 19 | inherit bash-completion pkgconfig |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | EXTRA_OECONF = "--prefix=${prefix} \ | 22 | EXTRA_OECONF = "--prefix=${prefix} \ |
| 24 | --libdir=${nonarch_libdir} \ | 23 | --libdir=${nonarch_libdir} \ |
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb index ff18b0b190..60f68728e9 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb | |||
| @@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | |||
| 12 | DEPENDS = "popt util-linux rpm" | 12 | DEPENDS = "popt util-linux rpm" |
| 13 | DEPENDS:append:libc-musl = " libexecinfo argp-standalone" | 13 | DEPENDS:append:libc-musl = " libexecinfo argp-standalone" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | SRCREV = "c01b0d5bb182bde35b464d14996acf354a3ada2e" | 15 | SRCREV = "c01b0d5bb182bde35b464d14996acf354a3ada2e" |
| 17 | SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;;branch=main \ | 16 | SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;;branch=main \ |
| 18 | file://0001-rename-grub2-editenv-to-grub-editenv.patch \ | 17 | file://0001-rename-grub2-editenv-to-grub-editenv.patch \ |
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 6093e19b7c..2af53b18e3 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
| @@ -29,7 +29,7 @@ ARMPATCHES:arm = " \ | |||
| 29 | " | 29 | " |
| 30 | SRC_URI[sha256sum] = "d673a294f742d59368222ff5c38462d81098c55063799de6fb8a7ba3d4af0436" | 30 | SRC_URI[sha256sum] = "d673a294f742d59368222ff5c38462d81098c55063799de6fb8a7ba3d4af0436" |
| 31 | 31 | ||
| 32 | S = "${WORKDIR}/klibc-${PV}" | 32 | S = "${UNPACKDIR}/klibc-${PV}" |
| 33 | 33 | ||
| 34 | OPTFLAGS = "${TUNE_CCARGS} -Os -fcommon" | 34 | OPTFLAGS = "${TUNE_CCARGS} -Os -fcommon" |
| 35 | OPTFLAGS:append = " ${DEBUG_PREFIX_MAP}" | 35 | OPTFLAGS:append = " ${DEBUG_PREFIX_MAP}" |
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb index 43ddb82a00..461d75e625 100644 --- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb +++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb | |||
| @@ -19,7 +19,6 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \ | |||
| 19 | file://0001-make-Add-compiler-includes-in-cflags.patch \ | 19 | file://0001-make-Add-compiler-includes-in-cflags.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | 22 | ||
| 24 | EXTRA_OECONF += "--disable-tests --without-jffs --without-ubifs" | 23 | EXTRA_OECONF += "--disable-tests --without-jffs --without-ubifs" |
| 25 | 24 | ||
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb index 363cdb9adf..2df53ff38e 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb | |||
| @@ -61,7 +61,6 @@ SRC_URI:append:aarch64 = " file://arm64_kexec-image-header.h-add-missing-le64toh | |||
| 61 | 61 | ||
| 62 | SRC_URI:append:powerpc = " file://powerpc-purgatory-Makefile-remove-unknown-flags.patch" | 62 | SRC_URI:append:powerpc = " file://powerpc-purgatory-Makefile-remove-unknown-flags.patch" |
| 63 | 63 | ||
| 64 | S = "${WORKDIR}/git" | ||
| 65 | 64 | ||
| 66 | EXTRA_OECONF += "--without-zlib --without-lzma --without-xen" | 65 | EXTRA_OECONF += "--without-zlib --without-lzma --without-xen" |
| 67 | 66 | ||
