aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2015-12-17 01:05:44 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-14 11:22:07 +0100
commit04a07b5a6897a5b2123baeab10819ae803898f1c (patch)
treeb713230ce5eb8ea7f01a09c89af7028377cf390c
parent53d75fdf0b5930db64e07782437061be4debbdf8 (diff)
downloadmeta-openembedded-contrib-04a07b5a6897a5b2123baeab10819ae803898f1c.tar.gz
kexec-tools-klibc: add explicit SRC_URI
After commit c2492ed SRC_URI of the recipe contains the kdump script. Kdump is not in the purposes of this recipe so we restore the plain SRC_URI. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb
index d5b7bbe9c7..c9fec25426 100644
--- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb
+++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb
@@ -8,6 +8,8 @@ inherit klibc
FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:"
+SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz"
+
SRC_URI += " \
file://kexec-elf-rel.patch \
file://kexec-syscall.patch \