Browse Source

gdb: keep empty gdbserver

gdbserver is still not available but we can keep the empty
package so we can build complex SDKs from OE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 5 years ago
parent
commit
f2ec7afd1f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      recipes-devtools/gdb/gdb_riscv.bb

+ 2 - 0
recipes-devtools/gdb/gdb_riscv.bb

@@ -29,3 +29,5 @@ EOF
 	fi
 }
 CFLAGS_append_libc-musl = " -Drpl_gettimeofday=gettimeofday"
+
+ALLOW_EMPTY_gdbserver = "1"