diff options
author | Saul Wold <Saul.Wold@windriver.com> | 2021-05-19 06:43:00 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-05-23 08:27:16 -0700 |
commit | bf945de831db67832b1c4deff8033c70ef5831c2 (patch) | |
tree | 612cd9a97a183924215287e4f80c00782bb711c8 | |
parent | c7c0a292cf5089dcbd7840b01027d636fb29c831 (diff) | |
download | meta-openembedded-bf945de831db67832b1c4deff8033c70ef5831c2.tar.gz |
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>
(cherry picked from commit 433603cb7dd0243856509a552ff354dbc0fccd95)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/sysdig/sysdig_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb index d9da190578..f1b77070c1 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb | |||
@@ -14,6 +14,7 @@ JIT_mipsarchn32 = "" | |||
14 | JIT_mipsarchn64 = "" | 14 | JIT_mipsarchn64 = "" |
15 | JIT_riscv64 = "" | 15 | JIT_riscv64 = "" |
16 | JIT_riscv32 = "" | 16 | JIT_riscv32 = "" |
17 | JIT_powerpc = "" | ||
17 | 18 | ||
18 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" | 19 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" |
19 | RDEPENDS_${PN} = "bash" | 20 | RDEPENDS_${PN} = "bash" |
@@ -49,3 +50,4 @@ COMPATIBLE_HOST_libc-musl = "null" | |||
49 | COMPATIBLE_HOST_mips = "null" | 50 | COMPATIBLE_HOST_mips = "null" |
50 | COMPATIBLE_HOST_riscv64 = "null" | 51 | COMPATIBLE_HOST_riscv64 = "null" |
51 | COMPATIBLE_HOST_riscv32 = "null" | 52 | COMPATIBLE_HOST_riscv32 = "null" |
53 | COMPATIBLE_HOST_powerpc = "null" | ||