mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
kexec: update supported architecture list
Now, kexec is supported in mips, aarch64 and most of the machines within powerpc family. So, remove those architecture specific restrictions. (From OE-Core rev: 9662e6860be453a28c65d9e25c6ed618563514fc) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
92a003253e
commit
60b237f528
@@ -11,13 +11,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||||||
|
|
||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
# kexec-tools doesn't work on Mips
|
# kexec-tools doesn't work on e5500-64b yet
|
||||||
KEXECTOOLS ?= "kexec"
|
KEXECTOOLS ?= "kexec"
|
||||||
KEXECTOOLS_mips ?= ""
|
|
||||||
KEXECTOOLS_mipsel ?= ""
|
|
||||||
KEXECTOOLS_powerpc ?= ""
|
|
||||||
KEXECTOOLS_e5500-64b ?= ""
|
KEXECTOOLS_e5500-64b ?= ""
|
||||||
KEXECTOOLS_aarch64 ?= ""
|
|
||||||
|
|
||||||
X11GLTOOLS = "\
|
X11GLTOOLS = "\
|
||||||
mesa-demos \
|
mesa-demos \
|
||||||
|
|||||||
Reference in New Issue
Block a user