diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-12-17 17:23:14 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-12-17 17:23:14 +1000 |
| commit | 05ca55921548e949c7c95f9a85c568a673d4ad40 (patch) | |
| tree | 864712bfe681810dd75cea288e0dcb9bdb43d46d /conf | |
| parent | 7f759048bb0aeef3c0b3938be81d2bcade7acb7e (diff) | |
| download | meta-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.inc | 6 |
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 |
| 20 | KMACHINE ?= "microblaze" | 20 | KMACHINE ?= "microblaze" |
| 21 | |||
| 22 | # default to use the gdb 7.7.1 | ||
| 23 | PREFERRED_VERSION_gdb ?= "7.7.1" | ||
| 24 | PREFERRED_VERSION_gdb-cross ?= "7.7.1" | ||
| 25 | PREFERRED_VERSION_gdb-cross-canadian ?= "7.7.1" | ||
| 26 | |||
