From: Khem Raj Date: Fri, 16 Oct 2020 07:32:10 +0000 (-0700) Subject: packagegroup-core-tools-debug: Disable for rv32/glibc as well X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9874 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bec777887e7eed9a12b08231a612aaf19b622614;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git packagegroup-core-tools-debug: Disable for rv32/glibc as well strace for rv32 is not yet ported Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb index 283c1f1a358..542a02057c3 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb @@ -14,7 +14,7 @@ MTRACE = "" MTRACE_libc-glibc = "libc-mtrace" STRACE = "strace" -STRACE_riscv32_libc-musl = "" +STRACE_riscv32 = "" RDEPENDS_${PN} = "\ gdb \