From 05ca55921548e949c7c95f9a85c568a673d4ad40 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 17 Dec 2014 17:23:14 +1000 Subject: 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 --- conf/machine/include/tune-microblaze.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf/machine') 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" # linux-yocto KMACHINE KMACHINE ?= "microblaze" + +# default to use the gdb 7.7.1 +PREFERRED_VERSION_gdb ?= "7.7.1" +PREFERRED_VERSION_gdb-cross ?= "7.7.1" +PREFERRED_VERSION_gdb-cross-canadian ?= "7.7.1" + -- cgit v1.2.3-54-g00ecf