diff options
Diffstat (limited to 'meta/recipes-kernel/kexec')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools.inc | 3 | ||||
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/meta/recipes-kernel/kexec/kexec-tools.inc index 6a690c6a7e..50b448caed 100644 --- a/meta/recipes-kernel/kexec/kexec-tools.inc +++ b/meta/recipes-kernel/kexec/kexec-tools.inc | |||
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \ | |||
8 | file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09" | 8 | file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09" |
9 | DEPENDS = "zlib xz" | 9 | DEPENDS = "zlib xz" |
10 | 10 | ||
11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz \ | 11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz" |
12 | file://kexec-tools-Refine-kdump-device_tree-sort.patch" | ||
13 | 12 | ||
14 | inherit autotools-brokensep | 13 | inherit autotools-brokensep |
15 | 14 | ||
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb index 38a89479eb..5321dd4f73 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb | |||
@@ -2,6 +2,8 @@ require kexec-tools.inc | |||
2 | export LDFLAGS = "-L${STAGING_LIBDIR}" | 2 | export LDFLAGS = "-L${STAGING_LIBDIR}" |
3 | EXTRA_OECONF = " --with-zlib=yes" | 3 | EXTRA_OECONF = " --with-zlib=yes" |
4 | 4 | ||
5 | SRC_URI += "file://kexec-tools-Refine-kdump-device_tree-sort.patch" | ||
6 | |||
5 | SRC_URI[md5sum] = "c39ea40a7598e49b6dc961ee7de38f57" | 7 | SRC_URI[md5sum] = "c39ea40a7598e49b6dc961ee7de38f57" |
6 | SRC_URI[sha256sum] = "a9c6cd9adc8c1c37b3272782f581cb8b4b4070d0e3e921a558a9083f68dcf29a" | 8 | SRC_URI[sha256sum] = "a9c6cd9adc8c1c37b3272782f581cb8b4b4070d0e3e921a558a9083f68dcf29a" |
7 | 9 | ||