diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-09 20:16:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-09 20:17:47 -0700 |
commit | 03c66e2ba3d6c1170b787ba5daec9bf8dddb69dc (patch) | |
tree | 1c632b195e003dab5e13c43e2bcdf0fb0c91961a | |
parent | 1758d5589ffb8be4c33fa5a3be801f0c798d8071 (diff) | |
download | meta-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.inc | 2 |
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 | ||
42 | COMPATIBLE_HOST:riscv64 = "null" | 42 | COMPATIBLE_HOST:riscv64 = "null" |
43 | COMPATIBLE_HOST:riscv32 = "null" | 43 | COMPATIBLE_HOST:riscv32 = "null" |
44 | COMPATIBLE_HOST:arm = "null" | ||
45 | COMPATIBLE_HOST:libc-musl = "null" | ||