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: 2020-10-gatesgarth~21 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bec777887e7eed9a12b08231a612aaf19b622614;p=openembedded-core.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 283c1f1a35..542a02057c 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 \