[oe-commits] [openembedded-core] 26/58: gdb: Mark gdbserver as ALLOW_EMPTY for riscv32

git at git.openembedded.org git at git.openembedded.org
Sun Sep 15 16:59:20 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 21e748d620022a75c0c2d0ab4a763a5992e8f154
Author: Alistair Francis <alistair.francis at wdc.com>
AuthorDate: Wed Sep 11 10:22:56 2019 -0700

    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.
    
    Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/gdb/gdb.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc
index 0f10b41..249e24d 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list