summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-03 22:37:32 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-03 22:38:42 -0700
commitf64fa6252cee668131e895a63e9cf4fe3e9525c0 (patch)
tree786cc75b2ea161b38d4ce8c7cd588cfb248e5ef3
parent35256ab72157211eb5fc7d9265c6123b5702a916 (diff)
downloadmeta-openembedded-f64fa6252cee668131e895a63e9cf4fe3e9525c0.tar.gz
pstack: Disable build on riscvHEADmaster
It is not yet ported to riscv architecture Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/pstack/pstack.inc3
1 files changed, 3 insertions, 0 deletions
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"
39FILES:${PN}-dev += "${base_libdir}/*.so" 39FILES:${PN}-dev += "${base_libdir}/*.so"
40 40
41TOOLCHAIN = "gcc" 41TOOLCHAIN = "gcc"
42
43COMPATIBLE_HOST:riscv64 = "null"
44COMPATIBLE_HOST:riscv32 = "null"