From: Alistair Francis Date: Wed, 11 Sep 2019 17:22:56 +0000 (-0700) Subject: gdb: Mark gdbserver as ALLOW_EMPTY for riscv32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1ad26a55081a4db6251ed9d49321ebc10b3af8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 0f10b417346..249e24dc529 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc @@ -10,4 +10,5 @@ PACKAGES =+ "gdbserver" FILES_gdbserver = "${bindir}/gdbserver" ALLOW_EMPTY_gdbserver_riscv64 = "1" +ALLOW_EMPTY_gdbserver_riscv32 = "1"