mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
task-core-tools-testapps.bb: kexec-tools does not work on e5500-64b parts
This prevents kexec from building for this part since it does not work (From OE-Core rev: d9bf008b36e8b2211624705d8ee4e90d94463dd5) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
09ae715bb1
commit
3129f4ff0e
@@ -22,6 +22,7 @@ KEXECTOOLS ?= "kexec"
|
|||||||
KEXECTOOLS_mips ?= ""
|
KEXECTOOLS_mips ?= ""
|
||||||
KEXECTOOLS_mipsel ?= ""
|
KEXECTOOLS_mipsel ?= ""
|
||||||
KEXECTOOLS_powerpc ?= ""
|
KEXECTOOLS_powerpc ?= ""
|
||||||
|
KEXECTOOLS_e5500-64b ?= ""
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
blktool \
|
blktool \
|
||||||
|
|||||||
Reference in New Issue
Block a user