meta-xilinx: subtree update:eb4ba06eb1..96f122efe4

Mark Hatle (4):
      meta-xilinx-standalone: Prevent user error, when meta-microblaze is required
      meta-microblaze gdb: Backport gdb 9.2 from master YP, and lock down version
      qemu-xilinx: lock down on YP 5.1.0 integration
      newlib/libgloss: YP has moved to version 4.1.0, adjust accordingly

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ied7be0ecf17a377bbbf1366d1961bb77c68bf2d4
diff --git a/meta-xilinx/meta-microblaze/recipes-devtools/gdb/gdb.inc b/meta-xilinx/meta-microblaze/recipes-devtools/gdb/gdb.inc
new file mode 100644
index 0000000..249e24d
--- /dev/null
+++ b/meta-xilinx/meta-microblaze/recipes-devtools/gdb/gdb.inc
@@ -0,0 +1,14 @@
+require gdb-common.inc
+
+inherit gettext
+
+#LDFLAGS_append = " -s"
+#export CFLAGS_append=" -L${STAGING_LIBDIR}"
+
+# cross-canadian must not see this
+PACKAGES =+ "gdbserver"
+FILES_gdbserver = "${bindir}/gdbserver"
+
+ALLOW_EMPTY_gdbserver_riscv64 = "1"
+ALLOW_EMPTY_gdbserver_riscv32 = "1"
+