mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
heaptrack: Mark RISCV host incompatible
Depends on libunwind, which is not yet supported on riscv architecture Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Sinan Kaya <okaya@kernel.org>
This commit is contained in:
@@ -24,4 +24,8 @@ inherit cmake
|
|||||||
|
|
||||||
EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF"
|
EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF"
|
||||||
|
|
||||||
|
# libunwind is not yet ported to RISCV
|
||||||
|
COMPATIBLE_HOST_riscv32 = "null"
|
||||||
|
COMPATIBLE_HOST_riscv64 = "null"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user