[oe-commits] [openembedded-core] 14/20: gdb: Let gdbserver be empty for riscv64

git at git.openembedded.org git at git.openembedded.org
Thu May 30 11:37:40 UTC 2019


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

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

commit 111f65528e3c0b147c1713cfc684958f94c41cd6
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue May 28 00:45:15 2019 -0700

    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
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gdb/gdb.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc
index 52119a0..0f10b41 100644
--- a/meta/recipes-devtools/gdb/gdb.inc
+++ b/meta/recipes-devtools/gdb/gdb.inc
@@ -8,3 +8,6 @@ inherit gettext
 # cross-canadian must not see this
 PACKAGES =+ "gdbserver"
 FILES_gdbserver = "${bindir}/gdbserver"
+
+ALLOW_EMPTY_gdbserver_riscv64 = "1"
+

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


More information about the Openembedded-commits mailing list