summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb
index be24d064bb..9f5eb6e8c1 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.29.bb
@@ -82,5 +82,8 @@ SYSTEMD_SERVICE:kdump = "kdump.service"
82SECURITY_PIE_CFLAGS:remove = "-fPIE -pie" 82SECURITY_PIE_CFLAGS:remove = "-fPIE -pie"
83 83
84COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)' 84COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)'
85# makedumpfile would not compile on mips/rv32
86COMPATIBLE_HOST:mipsarcho32 = "null"
87COMPATIBLE_HOST:riscv32 = "null"
85 88
86INSANE_SKIP:${PN} = "arch" 89INSANE_SKIP:${PN} = "arch"