public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] lttng-tools: Do not build for riscv64
@ 2020-08-26  5:41 Khem Raj
  2020-08-26 14:00 ` [OE-core] " Jonathan Rajotte-Julien
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2020-08-26  5:41 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Since lttng-modules are not buildable, there is no point of building
tools either

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../packagegroups/packagegroup-core-tools-profile.bb           | 1 +
 meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb                | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index ca35af1ec3..608e406f83 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 e9c8e18e22..0614e86713 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"
+
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-27  8:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-26  5:41 [PATCH] lttng-tools: Do not build for riscv64 Khem Raj
2020-08-26 14:00 ` [OE-core] " Jonathan Rajotte-Julien
2020-08-27  2:16   ` Khem Raj
2020-08-27  8:21     ` Ross Burton
2020-08-27  8:43       ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox