diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2015-12-17 01:05:44 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-04 14:53:59 +0100 |
commit | bace907fc52743ca8bb7f95c525141df7133e204 (patch) | |
tree | dadbd1f3b510838968480d54a657e3279fc63c89 /meta-initramfs | |
parent | 524f332a5db28e489737a6fff1154755cfdb0743 (diff) | |
download | meta-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.bb | 2 |
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 | |||
8 | 8 | ||
9 | FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:" | 9 | FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:" |
10 | 10 | ||
11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz" | ||
12 | |||
11 | SRC_URI += " \ | 13 | SRC_URI += " \ |
12 | file://kexec-elf-rel.patch \ | 14 | file://kexec-elf-rel.patch \ |
13 | file://kexec-syscall.patch \ | 15 | file://kexec-syscall.patch \ |