diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-03 22:37:32 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-03 22:38:42 -0700 |
commit | f64fa6252cee668131e895a63e9cf4fe3e9525c0 (patch) | |
tree | 786cc75b2ea161b38d4ce8c7cd588cfb248e5ef3 | |
parent | 35256ab72157211eb5fc7d9265c6123b5702a916 (diff) | |
download | meta-openembedded-f64fa6252cee668131e895a63e9cf4fe3e9525c0.tar.gz |
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.inc | 3 |
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" | |||
39 | FILES:${PN}-dev += "${base_libdir}/*.so" | 39 | FILES:${PN}-dev += "${base_libdir}/*.so" |
40 | 40 | ||
41 | TOOLCHAIN = "gcc" | 41 | TOOLCHAIN = "gcc" |
42 | |||
43 | COMPATIBLE_HOST:riscv64 = "null" | ||
44 | COMPATIBLE_HOST:riscv32 = "null" | ||