diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-08-08 08:46:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 10:53:07 +0100 |
commit | 47efe353b5d77d803b80b8de02b8da27adc2c73c (patch) | |
tree | cf0e837a588b07eb6817db538379f3f9d3b4256c /meta/recipes-kernel/kexec | |
parent | 2917308ec3c38ae17ad4d47e90c56952fbc55d20 (diff) | |
download | poky-47efe353b5d77d803b80b8de02b8da27adc2c73c.tar.gz |
kexec-tools: reinstate 'kexec-tools' package
The vmcore commit emptied out ${PN} leading to things like:
Collected errors:
* opkg_install_cmd: Cannot install package kexec-tools.
Let's do the right thing and make ${PN} an empty meta-package that drags in all tools like people expect it to do.
(From OE-Core rev: 9e4f66ec4921c4886203dce99c105141787cc77b)
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb index 1bb7e9f94b..f0ece0d45b 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb | |||
@@ -9,6 +9,9 @@ SRC_URI[sha256sum] = "dde5c38be39882c6c91f0129647349c4e1943b077d3020af1970b481ee | |||
9 | 9 | ||
10 | PACKAGES =+ "kexec kdump vmcore-dmesg" | 10 | PACKAGES =+ "kexec kdump vmcore-dmesg" |
11 | 11 | ||
12 | ALLOW_EMPTY_${PN} = "1" | ||
13 | RRECOMMENDS_${PN} = "kexec kdump vmcore-dmesg" | ||
14 | |||
12 | FILES_kexec = "${sbindir}/kexec" | 15 | FILES_kexec = "${sbindir}/kexec" |
13 | FILES_kdump = "${sbindir}/kdump" | 16 | FILES_kdump = "${sbindir}/kdump" |
14 | FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg" | 17 | FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg" |