diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2018-12-17 11:35:55 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-12-20 10:20:35 -0800 |
commit | 47d5d28972bc564fec90f22a24e1b2bc24fa5ce6 (patch) | |
tree | 4fe8ddd25f02e0b5707c5ed03b3dc974d21eecc5 | |
parent | 6f98c3f3074891cef9ea2a4e39f413dd9174387f (diff) | |
download | meta-openembedded-47d5d28972bc564fec90f22a24e1b2bc24fa5ce6.tar.gz |
kexecboot: update to latest master (7409a1e0aaea)
implemening --no-dtb option for older mips/mipsel
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index 6d79e8f83..61210e768 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
6 | PV = "0.6+git${SRCPV}" | 6 | PV = "0.6+git${SRCPV}" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" | 8 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" |
9 | SRCREV = "4c01d6960aa6a9d03675605062469ab777fa2b01" | 9 | SRCREV = "7409a1e0aaea61af87c4eca0149cec18a9f58ab6" |
10 | inherit autotools | 10 | inherit autotools |
11 | 11 | ||
12 | EXTRA_OECONF = "--enable-textui --enable-delay=2 --enable-evdev-rate=1000,250" | 12 | EXTRA_OECONF = "--enable-textui --enable-delay=2 --enable-evdev-rate=1000,250" |