mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gdb: Mark gdbserver as ALLOW_EMPTY for riscv32
riscv64 already has gdbserver set as ALLOW_EMPTY, so let's set it for riscv32 as well. (From OE-Core rev: 21e748d620022a75c0c2d0ab4a763a5992e8f154) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
64afc8935f
commit
1e1ad26a55
@@ -10,4 +10,5 @@ PACKAGES =+ "gdbserver"
|
||||
FILES_gdbserver = "${bindir}/gdbserver"
|
||||
|
||||
ALLOW_EMPTY_gdbserver_riscv64 = "1"
|
||||
ALLOW_EMPTY_gdbserver_riscv32 = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user