summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2024-12-28 17:31:30 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-03 11:05:03 +0000
commit6a0323daf4a795e236dadc8acc756ddb8900c1c6 (patch)
tree03d5872bbc5257d15f42460956b658cf92f4f146
parentdeb0df077481d94d60c59fb5b37bea3805305cff (diff)
downloadpoky-6a0323daf4a795e236dadc8acc756ddb8900c1c6.tar.gz
packagegroup-core-tools-testapps: skip KEXECTOOLS for loongarch64
Due to recipe packagegroup-core-tools-testapps run time depend on package kexec and recipe kexec-tools does not support loongarch64, then skip KEXECTOOLS for loongarch64 $ echo "MACHINE = 'qemuloongarch64'" >> conf/local.conf $ bitbake world |ERROR: Nothing RPROVIDES 'kexec' (but oe-core/meta/recipes-core/packagegroups/ packagegroup-core-tools-testapps.bb RDEPENDS on or otherwise requires it) |kexec-tools RPROVIDES kexec but was skipped: incompatible with host loongarch64-wrs-linux (not in COMPATIBLE_HOST) |NOTE: Runtime target 'kexec' is unbuildable, removing... |Missing or unbuildable dependency chain was: ['kexec'] |ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. |Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'packagegroup-core-tools-testapps', 'kexec'] (From OE-Core rev: 37ff515da6e13126f8822b3a55e44cdc62882a51) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index 180660adab..4fadcd49ae 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -17,6 +17,7 @@ KEXECTOOLS:mipsarcho32 ?= ""
17KEXECTOOLS:nios2 ?= "" 17KEXECTOOLS:nios2 ?= ""
18KEXECTOOLS:riscv64 ?= "" 18KEXECTOOLS:riscv64 ?= ""
19KEXECTOOLS:riscv32 ?= "" 19KEXECTOOLS:riscv32 ?= ""
20KEXECTOOLS:loongarch64 ?= ""
20 21
21# go does not support ppc32, only ppc64 22# go does not support ppc32, only ppc64
22# https://github.com/golang/go/issues/22885 23# https://github.com/golang/go/issues/22885