mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
sysdig: disable building for ppc
Sysdig depends on tbb which no longer builds for powerpc Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ JIT_mipsarchn32 = ""
|
|||||||
JIT_mipsarchn64 = ""
|
JIT_mipsarchn64 = ""
|
||||||
JIT_riscv64 = ""
|
JIT_riscv64 = ""
|
||||||
JIT_riscv32 = ""
|
JIT_riscv32 = ""
|
||||||
|
JIT_powerpc = ""
|
||||||
|
|
||||||
DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native"
|
DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native"
|
||||||
RDEPENDS_${PN} = "bash"
|
RDEPENDS_${PN} = "bash"
|
||||||
@@ -49,3 +50,4 @@ COMPATIBLE_HOST_libc-musl = "null"
|
|||||||
COMPATIBLE_HOST_mips = "null"
|
COMPATIBLE_HOST_mips = "null"
|
||||||
COMPATIBLE_HOST_riscv64 = "null"
|
COMPATIBLE_HOST_riscv64 = "null"
|
||||||
COMPATIBLE_HOST_riscv32 = "null"
|
COMPATIBLE_HOST_riscv32 = "null"
|
||||||
|
COMPATIBLE_HOST_powerpc = "null"
|
||||||
|
|||||||
Reference in New Issue
Block a user