mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
packagegroup-core-tools-profile: Exclude systemtap from riscv32 as well
The recipe can't be built for riscv32 so exclude it alongside riscv64. (From OE-Core rev: 61feb650ac450db0a30675fc40bb65fab773159a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -36,6 +36,7 @@ SYSTEMTAP = "systemtap"
|
||||
SYSTEMTAP:libc-musl = ""
|
||||
SYSTEMTAP:nios2 = ""
|
||||
SYSTEMTAP:riscv64 = ""
|
||||
SYSTEMTAP:riscv32 = ""
|
||||
|
||||
LTTNGTOOLS = "lttng-tools"
|
||||
LTTNGTOOLS:arc = ""
|
||||
|
||||
Reference in New Issue
Block a user