summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-09 20:16:57 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-09 20:17:47 -0700
commit03c66e2ba3d6c1170b787ba5daec9bf8dddb69dc (patch)
tree1c632b195e003dab5e13c43e2bcdf0fb0c91961a
parent1758d5589ffb8be4c33fa5a3be801f0c798d8071 (diff)
downloadmeta-openembedded-03c66e2ba3d6c1170b787ba5daec9bf8dddb69dc.tar.gz
pstack: Ignore on musl and arm systems
It does not build on these systems Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/pstack/pstack.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/pstack/pstack.inc b/meta-oe/recipes-devtools/pstack/pstack.inc
index ee0518c9cc..778438a272 100644
--- a/meta-oe/recipes-devtools/pstack/pstack.inc
+++ b/meta-oe/recipes-devtools/pstack/pstack.inc
@@ -41,3 +41,5 @@ TOOLCHAIN = "gcc"
41 41
42COMPATIBLE_HOST:riscv64 = "null" 42COMPATIBLE_HOST:riscv64 = "null"
43COMPATIBLE_HOST:riscv32 = "null" 43COMPATIBLE_HOST:riscv32 = "null"
44COMPATIBLE_HOST:arm = "null"
45COMPATIBLE_HOST:libc-musl = "null"