From 5708f063e3a215535a1eb44af4f0e281dd1032d3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 5 Mar 2022 23:15:07 -0800 Subject: bcc: Enable riscv64 builds Disable LuaJIT on rv64 since its not yes ported Signed-off-by: Khem Raj --- dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dynamic-layers') 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 \ LUAJIT ?= "luajit" LUAJIT:powerpc64le = "" LUAJIT:powerpc64 = "" +LUAJIT:riscv64 = "" RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" @@ -53,4 +54,4 @@ do_install:append() { FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" FILES:${PN}-doc += "${datadir}/${PN}/man" -COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" +COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*|riscv64.*)-linux" -- cgit v1.2.3-54-g00ecf