diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-25 22:41:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-26 14:33:57 +0100 |
commit | 5713f5d7c8a2b7819388a868696ca27f3201077a (patch) | |
tree | 031a45c0bffaa693f990e996a4b9b736d9c8bded /meta/recipes-core | |
parent | 780d38ee5ecae2d7fbc44a88bc12250e45f2c79c (diff) | |
download | poky-5713f5d7c8a2b7819388a868696ca27f3201077a.tar.gz |
lttng-tools: Do not build for riscv64
Since lttng-modules are not buildable, there is no point of building
tools either
(From OE-Core rev: 7138f09da4f3c523d4028fbe5b53923ad2b59a71)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "" | |||
41 | 41 | ||
42 | LTTNGTOOLS = "lttng-tools" | 42 | LTTNGTOOLS = "lttng-tools" |
43 | LTTNGTOOLS_arc = "" | 43 | LTTNGTOOLS_arc = "" |
44 | LTTNGTOOLS_riscv64 = "" | ||
44 | 45 | ||
45 | LTTNGMODULES = "lttng-modules" | 46 | LTTNGMODULES = "lttng-modules" |
46 | LTTNGMODULES_arc = "" | 47 | LTTNGMODULES_arc = "" |