summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
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-04 14:53:59 +0100
commitbace907fc52743ca8bb7f95c525141df7133e204 (patch)
treedadbd1f3b510838968480d54a657e3279fc63c89 /meta-initramfs
parent524f332a5db28e489737a6fff1154755cfdb0743 (diff)
downloadmeta-openembedded-bace907fc52743ca8bb7f95c525141df7133e204.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>
Diffstat (limited to 'meta-initramfs')
-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 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
8 8
9FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:" 9FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:"
10 10
11SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz"
12
11SRC_URI += " \ 13SRC_URI += " \
12 file://kexec-elf-rel.patch \ 14 file://kexec-elf-rel.patch \
13 file://kexec-syscall.patch \ 15 file://kexec-syscall.patch \