diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-05 23:15:07 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-06 08:30:36 -0800 |
| commit | 5708f063e3a215535a1eb44af4f0e281dd1032d3 (patch) | |
| tree | 83463ef137a905267f9979ec165dc6a82e489280 | |
| parent | eccaebda069db52bd2421254475caf232b55a06f (diff) | |
| download | meta-clang-5708f063e3a215535a1eb44af4f0e281dd1032d3.tar.gz | |
bcc: Enable riscv64 builds
Disable LuaJIT on rv64 since its not yes ported
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb index 65831c3..9ad2d01 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb | |||
| @@ -16,6 +16,7 @@ DEPENDS += "bison-native \ | |||
| 16 | LUAJIT ?= "luajit" | 16 | LUAJIT ?= "luajit" |
| 17 | LUAJIT:powerpc64le = "" | 17 | LUAJIT:powerpc64le = "" |
| 18 | LUAJIT:powerpc64 = "" | 18 | LUAJIT:powerpc64 = "" |
| 19 | LUAJIT:riscv64 = "" | ||
| 19 | 20 | ||
| 20 | RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" | 21 | RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" |
| 21 | 22 | ||
| @@ -53,4 +54,4 @@ do_install:append() { | |||
| 53 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" | 54 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" |
| 54 | FILES:${PN}-doc += "${datadir}/${PN}/man" | 55 | FILES:${PN}-doc += "${datadir}/${PN}/man" |
| 55 | 56 | ||
| 56 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" | 57 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*|riscv64.*)-linux" |
