From: Khem Raj Date: Mon, 26 Oct 2020 18:40:33 +0000 (-0700) Subject: packagegroup-core-tools-profile: Remove lttng-tools and perf for rv32/glibc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9854 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fdc92e023d6f8bf98d81f2bcc495fc9efe826de;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git packagegroup-core-tools-profile: Remove lttng-tools and perf for rv32/glibc They still lack riscv32 ports 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 d437e28311b..b8e2c718e68 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb @@ -29,6 +29,7 @@ PROFILETOOLS = "\ PERF = "perf" PERF_libc-musl = "" PERF_libc-musl_arm = "perf" +PERF_riscv32 = "" # systemtap needs elfutils which is not fully buildable on some arches/libcs SYSTEMTAP = "systemtap" @@ -38,7 +39,7 @@ SYSTEMTAP_riscv64 = "" LTTNGTOOLS = "lttng-tools" LTTNGTOOLS_arc = "" -LTTNGTOOLS_riscv32_libc-musl = "" +LTTNGTOOLS_riscv32 = "" BABELTRACE = "babeltrace" BABELTRACE2 = "babeltrace2"