mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +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:
@@ -39,3 +39,6 @@ PACKAGES += "${PN}-dev"
|
|||||||
FILES:${PN}-dev += "${base_libdir}/*.so"
|
FILES:${PN}-dev += "${base_libdir}/*.so"
|
||||||
|
|
||||||
TOOLCHAIN = "gcc"
|
TOOLCHAIN = "gcc"
|
||||||
|
|
||||||
|
COMPATIBLE_HOST:riscv64 = "null"
|
||||||
|
COMPATIBLE_HOST:riscv32 = "null"
|
||||||
|
|||||||
Reference in New Issue
Block a user