From 319edf8ca1914456315e09005da77a54aad56e5a Mon Sep 17 00:00:00 2001 From: Yi Fan Yu Date: Wed, 24 Feb 2021 15:45:23 -0500 Subject: gdb: Remove "ALLOW_EMPTY_gdbserver" on riscv Revert 21e748d620022a75c0c2d0ab4a763a5992e8f154 "riscv32" Revert 111f65528e3c0b147c1713cfc684958f94c41cd6 "riscv64" Reason: The following commit present in binutils-2_35 commit bf84f7066626c78884436e1c39fb60f04c665f21 Author: Maciej W. Rozycki Date: Wed Feb 19 01:24:37 2020 +0000 gdbserver: Add RISC-V/Linux support (From OE-Core rev: 8f018212d16d43bd9c716248dfea195a3b46df3a) Signed-off-by: Yi Fan Yu Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta') diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 249e24dc52..aa845b5c49 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc @@ -9,6 +9,3 @@ inherit gettext PACKAGES =+ "gdbserver" FILES_gdbserver = "${bindir}/gdbserver" -ALLOW_EMPTY_gdbserver_riscv64 = "1" -ALLOW_EMPTY_gdbserver_riscv32 = "1" - -- cgit v1.2.3-54-g00ecf