summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-12-17 17:23:14 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-12-17 17:23:14 +1000
commit05ca55921548e949c7c95f9a85c568a673d4ad40 (patch)
tree864712bfe681810dd75cea288e0dcb9bdb43d46d /conf
parent7f759048bb0aeef3c0b3938be81d2bcade7acb7e (diff)
downloadmeta-xilinx-05ca55921548e949c7c95f9a85c568a673d4ad40.tar.gz
gdb: Port gdb 7.7.1 recipes from oe-core
* Port the gdb 7.7.1 recipes from oe-core, this is due to issues with re-producing a functional gdb for 7.8.1+ * Default MicroBlaze machines to use gdb 7.7.1 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-microblaze.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/include/tune-microblaze.inc b/conf/machine/include/tune-microblaze.inc
index 851379b8..5b20522c 100644
--- a/conf/machine/include/tune-microblaze.inc
+++ b/conf/machine/include/tune-microblaze.inc
@@ -18,3 +18,9 @@ UBOOT_MACHINE ?= "microblaze-generic"
18 18
19# linux-yocto KMACHINE 19# linux-yocto KMACHINE
20KMACHINE ?= "microblaze" 20KMACHINE ?= "microblaze"
21
22# default to use the gdb 7.7.1
23PREFERRED_VERSION_gdb ?= "7.7.1"
24PREFERRED_VERSION_gdb-cross ?= "7.7.1"
25PREFERRED_VERSION_gdb-cross-canadian ?= "7.7.1"
26