Message ID | 20250710031730.2205435-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe] pstack: Ignore on musl and arm systems | expand |
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"
It does not build on these systems Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-devtools/pstack/pstack.inc | 2 ++ 1 file changed, 2 insertions(+)