Message ID | 20250704053815.16701-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe] pstack: Disable build on riscv | expand |
diff --git a/meta-oe/recipes-devtools/pstack/pstack.inc b/meta-oe/recipes-devtools/pstack/pstack.inc index 1c85b12061..ef5ba03e59 100644 --- a/meta-oe/recipes-devtools/pstack/pstack.inc +++ b/meta-oe/recipes-devtools/pstack/pstack.inc @@ -39,3 +39,6 @@ PACKAGES += "${PN}-dev" FILES:${PN}-dev += "${base_libdir}/*.so" TOOLCHAIN = "gcc" + +COMPATIBLE_HOST:riscv64 = "null" +COMPATIBLE_HOST:riscv32 = "null"
It is not yet ported to riscv architecture Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-devtools/pstack/pstack.inc | 3 +++ 1 file changed, 3 insertions(+)