summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
index a92c0e8966..00985c09c5 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -4,8 +4,10 @@ HOMEPAGE = "https://github.com/kexecboot/kexecboot/wiki"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6PV = "0.6+git" 6PV = "0.6+git"
7S = "${WORKDIR}/git" 7SRC_URI = " \
8SRC_URI = "git://github.com/kexecboot/kexecboot.git;branch=master;protocol=https" 8 git://github.com/kexecboot/kexecboot.git;branch=master;protocol=https \
9 file://0001-Fix-argument-errors-in-gcc-15.patch \
10"
9SRC_URI:append:libc-klibc = "\ 11SRC_URI:append:libc-klibc = "\
10 file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \ 12 file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \
11 file://0001-make-Add-compiler-includes-in-cflags.patch \ 13 file://0001-make-Add-compiler-includes-in-cflags.patch \