summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-05-28 00:45:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-30 12:34:56 +0100
commit111f65528e3c0b147c1713cfc684958f94c41cd6 (patch)
treed805fcd45d6015a5a8cc05cf5bdedda07b190bbe /meta/recipes-devtools/gdb
parentfdc000b8ae1577f1b29efb2cc4927664ad41e21c (diff)
downloadopenembedded-core-contrib-111f65528e3c0b147c1713cfc684958f94c41cd6.tar.gz
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@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc
index 52119a0aaa..0f10b41734 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"
+