mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
gdb: Let gdbserver be empty for riscv64
gdbserver does not yet build for riscv64, therefore let the package be empty so we can build core-image-sato-sdk-ptest (From OE-Core rev: 111f65528e3c0b147c1713cfc684958f94c41cd6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -8,3 +8,6 @@ inherit gettext
|
||||
# cross-canadian must not see this
|
||||
PACKAGES =+ "gdbserver"
|
||||
FILES_gdbserver = "${bindir}/gdbserver"
|
||||
|
||||
ALLOW_EMPTY_gdbserver_riscv64 = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user