diff options
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 6 |
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" | |||
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" | 7 | SRC_URI = " \ |
8 | SRC_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 | " | ||
9 | SRC_URI:append:libc-klibc = "\ | 11 | SRC_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 \ |