mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
35256ab721
commit
f64fa6252c
|
|
@ -39,3 +39,6 @@ PACKAGES += "${PN}-dev"
|
|||
FILES:${PN}-dev += "${base_libdir}/*.so"
|
||||
|
||||
TOOLCHAIN = "gcc"
|
||||
|
||||
COMPATIBLE_HOST:riscv64 = "null"
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user