From 03c66e2ba3d6c1170b787ba5daec9bf8dddb69dc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Jul 2025 20:16:57 -0700 Subject: pstack: Ignore on musl and arm systems It does not build on these systems Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/pstack/pstack.inc | 2 ++ 1 file changed, 2 insertions(+) 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" COMPATIBLE_HOST:riscv64 = "null" COMPATIBLE_HOST:riscv32 = "null" +COMPATIBLE_HOST:arm = "null" +COMPATIBLE_HOST:libc-musl = "null" -- cgit v1.2.3-54-g00ecf