From: Khem Raj Date: Wed, 26 Aug 2020 05:41:01 +0000 (-0700) Subject: lttng-tools: Do not build for riscv64 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7138f09da4f3c523d4028fbe5b53923ad2b59a71;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lttng-tools: Do not build for riscv64 Since lttng-modules are not buildable, there is no point of building tools either Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index ca35af1ec3e..608e406f834 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb @@ -41,6 +41,7 @@ LTTNGUST_arc = "" LTTNGTOOLS = "lttng-tools" LTTNGTOOLS_arc = "" +LTTNGTOOLS_riscv64 = "" LTTNGMODULES = "lttng-modules" LTTNGMODULES_arc = "" diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb index e9c8e18e222..0614e867136 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb @@ -162,3 +162,6 @@ do_install_ptest () { esac done } + +COMPATIBLE_HOST_riscv64 = "null" +