]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
kexec-tools: update COMPATIBLE_HOST because of makedumpfile
authorKai Kang <kai.kang@windriver.com>
Fri, 1 Nov 2024 08:29:43 +0000 (16:29 +0800)
committerSteve Sakoman <steve@sakoman.com>
Mon, 25 Nov 2024 21:54:20 +0000 (13:54 -0800)
makedumpfile is not compatible with mipsarcho32 and riscv32, so set for
kexec-tools accordingly.

And update packagegroup-core-tools-testapps too.

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>
meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb

index 34af40a43f94d0742924c63a3c1f7aa6e2b51a45..180660adabe6d55b48b7db0aedf4e15b80871267 100644 (file)
@@ -13,6 +13,7 @@ inherit packagegroup
 KEXECTOOLS ?= "kexec"
 KEXECTOOLS:e5500-64b ?= ""
 KEXECTOOLS:microblaze ?= ""
+KEXECTOOLS:mipsarcho32 ?= ""
 KEXECTOOLS:nios2 ?= ""
 KEXECTOOLS:riscv64 ?= ""
 KEXECTOOLS:riscv32 ?= ""
index 2c2901f19ebab094ef324ea9b8bc3afe23ebbd00..4edd6b2c6592ac8f1b4813d59796b902c46972e7 100644 (file)
@@ -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"