pstack: Disable build on riscv

It is not yet ported to riscv architecture

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-07-03 22:37:32 -07:00
parent 35256ab721
commit f64fa6252c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -39,3 +39,6 @@ PACKAGES += "${PN}-dev"
FILES:${PN}-dev += "${base_libdir}/*.so"
TOOLCHAIN = "gcc"
COMPATIBLE_HOST:riscv64 = "null"
COMPATIBLE_HOST:riscv32 = "null"