diff options
| author | Saul Wold <Saul.Wold@windriver.com> | 2021-05-19 06:43:00 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-19 18:39:35 -0700 |
| commit | 433603cb7dd0243856509a552ff354dbc0fccd95 (patch) | |
| tree | 59fb1cc4751e65153d89ae21101ee0e90a07b1a2 | |
| parent | e0581ad12f42427932e24abad97399c54f4b75f7 (diff) | |
| download | meta-openembedded-433603cb7dd0243856509a552ff354dbc0fccd95.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>
| -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" | ||
