mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
task-core-tools: adapt to kexec-tools package split
* The recipe packages now kexec and kdump separately. * For standard purposes only kexec is needed. * Bump PR. (From OE-Core rev: fcd67dc6348df5a3435d4ae276d824e8e072b68d) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0c91196fcb
commit
2bcdcce1d3
@@ -6,7 +6,7 @@ DESCRIPTION = "Tools tasks for OE-Core"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
PR = "r14"
|
PR = "r15"
|
||||||
|
|
||||||
PACKAGES = "\
|
PACKAGES = "\
|
||||||
task-core-tools-debug \
|
task-core-tools-debug \
|
||||||
@@ -25,7 +25,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
# kexec-tools doesn't work on Mips
|
# kexec-tools doesn't work on Mips
|
||||||
KEXECTOOLS ?= "kexec-tools"
|
KEXECTOOLS ?= "kexec"
|
||||||
KEXECTOOLS_mips ?= ""
|
KEXECTOOLS_mips ?= ""
|
||||||
KEXECTOOLS_mipsel ?= ""
|
KEXECTOOLS_mipsel ?= ""
|
||||||
KEXECTOOLS_powerpc ?= ""
|
KEXECTOOLS_powerpc ?= ""
|
||||||
|
|||||||
Reference in New Issue
Block a user