From bace907fc52743ca8bb7f95c525141df7133e204 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 17 Dec 2015 01:05:44 +0100 Subject: 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 Signed-off-by: Martin Jansa --- meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-initramfs') 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 d5b7bbe9c..c9fec2542 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 \ -- cgit v1.2.3-54-g00ecf