mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
kexec-tools: update COMPATIBLE_HOST because of makedumpfile
makedumpfile is not compatible with mipsarcho32 and riscv32, so set for kexec-tools accordingly. And update packagegroup-core-tools-testapps too. (From OE-Core rev: 6922821ab9a0e72e666e57e4b941e5821503509e) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 9107d9c09c7dab385c6034778cefadca3613be9c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
@@ -13,6 +13,7 @@ inherit packagegroup
|
||||
KEXECTOOLS ?= "kexec"
|
||||
KEXECTOOLS:e5500-64b ?= ""
|
||||
KEXECTOOLS:microblaze ?= ""
|
||||
KEXECTOOLS:mipsarcho32 ?= ""
|
||||
KEXECTOOLS:nios2 ?= ""
|
||||
KEXECTOOLS:riscv64 ?= ""
|
||||
KEXECTOOLS:riscv32 ?= ""
|
||||
|
||||
@@ -81,5 +81,8 @@ SYSTEMD_SERVICE:kdump = "kdump.service"
|
||||
SECURITY_PIE_CFLAGS:remove = "-fPIE -pie"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)'
|
||||
# makedumpfile would not compile on mips/rv32
|
||||
COMPATIBLE_HOST:mipsarcho32 = "null"
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
||||
INSANE_SKIP:${PN} = "arch"
|
||||
|
||||
Reference in New Issue
Block a user