From: Richard Purdie Date: Sat, 25 Sep 2021 14:46:05 +0000 (+0100) Subject: packagegroup-core-tools-profile: Exclude systemtap from riscv32 as well X-Git-Tag: yocto-4.0~2232 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61feb650ac450db0a30675fc40bb65fab773159a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git packagegroup-core-tools-profile: Exclude systemtap from riscv32 as well The recipe can't be built for riscv32 so exclude it alongside riscv64. 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 663a9cd57bf..84eb46b9c21 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb @@ -36,6 +36,7 @@ SYSTEMTAP = "systemtap" SYSTEMTAP:libc-musl = "" SYSTEMTAP:nios2 = "" SYSTEMTAP:riscv64 = "" +SYSTEMTAP:riscv32 = "" LTTNGTOOLS = "lttng-tools" LTTNGTOOLS:arc = ""