From 73b1ee4861540868af79db5ff0b535a541357352 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 11 Feb 2014 09:58:58 +1000 Subject: gdb: Upgrade recipes to newer 7.6.2 * Upgrade to match oe-core master Signed-off-by: Nathan Rossi --- .../gdb/gdb-cross-canadian_7.6.1.bbappend | 1 - .../gdb/gdb-cross-canadian_7.6.2.bbappend | 1 + recipes-devtools/gdb/gdb-cross_7.6.1.bbappend | 1 - recipes-devtools/gdb/gdb-cross_7.6.2.bbappend | 1 + recipes-devtools/gdb/gdb-microblaze-7.6.1.inc | 22 ---------------------- recipes-devtools/gdb/gdb-microblaze-7.6.2.inc | 22 ++++++++++++++++++++++ recipes-devtools/gdb/gdb_7.6.1.bbappend | 1 - recipes-devtools/gdb/gdb_7.6.2.bbappend | 1 + 8 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bbappend create mode 100644 recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bbappend delete mode 100644 recipes-devtools/gdb/gdb-cross_7.6.1.bbappend create mode 100644 recipes-devtools/gdb/gdb-cross_7.6.2.bbappend delete mode 100644 recipes-devtools/gdb/gdb-microblaze-7.6.1.inc create mode 100644 recipes-devtools/gdb/gdb-microblaze-7.6.2.inc delete mode 100644 recipes-devtools/gdb/gdb_7.6.1.bbappend create mode 100644 recipes-devtools/gdb/gdb_7.6.2.bbappend diff --git a/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bbappend deleted file mode 100644 index db1e3127..00000000 --- a/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bbappend +++ /dev/null @@ -1 +0,0 @@ -require gdb-microblaze-${PV}.inc diff --git a/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bbappend new file mode 100644 index 00000000..db1e3127 --- /dev/null +++ b/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bbappend @@ -0,0 +1 @@ +require gdb-microblaze-${PV}.inc diff --git a/recipes-devtools/gdb/gdb-cross_7.6.1.bbappend b/recipes-devtools/gdb/gdb-cross_7.6.1.bbappend deleted file mode 100644 index db1e3127..00000000 --- a/recipes-devtools/gdb/gdb-cross_7.6.1.bbappend +++ /dev/null @@ -1 +0,0 @@ -require gdb-microblaze-${PV}.inc diff --git a/recipes-devtools/gdb/gdb-cross_7.6.2.bbappend b/recipes-devtools/gdb/gdb-cross_7.6.2.bbappend new file mode 100644 index 00000000..db1e3127 --- /dev/null +++ b/recipes-devtools/gdb/gdb-cross_7.6.2.bbappend @@ -0,0 +1 @@ +require gdb-microblaze-${PV}.inc diff --git a/recipes-devtools/gdb/gdb-microblaze-7.6.1.inc b/recipes-devtools/gdb/gdb-microblaze-7.6.1.inc deleted file mode 100644 index 9f30eb9a..00000000 --- a/recipes-devtools/gdb/gdb-microblaze-7.6.1.inc +++ /dev/null @@ -1,22 +0,0 @@ - -# MicroBlaze does not support LTTng UST -LTTNGUST_microblaze = "" - -# Add MicroBlaze Patches -FILESEXTRAPATHS_append := "${THISDIR}/files:" -SRC_URI_append += " \ - file://0001-Add-initial-port-of-linux-gdbserver.patch \ - file://0002-Initial-port-of-core-reading-support.patch \ - file://0003-Initial-support-for-native-gdb.patch \ - file://0004-Robustify-inline-function-support.patch \ - file://0005-Fix-debug-message-when-register-is-unavailable.patch \ - file://0006-Add-slr-and-shr-regs-and-little-endian-breakpoint.patch \ - file://0007-Fix-relaxation-of-assembler-resolved-references.patch \ - file://0008-Fixup-debug_loc-sections-after-linker-relaxation.patch \ - file://0009-Add-wdc.ext.clear-and-wdc.ext.flush-insns.patch \ - file://0010-revert-master-rebase-changes-to-gdbserver.patch \ - file://0011-Patch-microblaze-Add-mb-singlestepping.patch \ - file://0012-Added-Backtrace-support-to-GDB.patch \ - file://0013-microblaze-Handle-framless-functions-in-determining-.patch \ - file://0014-microblaze-Add-build_gdbserver-yes-to-top-level-conf.patch \ - " diff --git a/recipes-devtools/gdb/gdb-microblaze-7.6.2.inc b/recipes-devtools/gdb/gdb-microblaze-7.6.2.inc new file mode 100644 index 00000000..9f30eb9a --- /dev/null +++ b/recipes-devtools/gdb/gdb-microblaze-7.6.2.inc @@ -0,0 +1,22 @@ + +# MicroBlaze does not support LTTng UST +LTTNGUST_microblaze = "" + +# Add MicroBlaze Patches +FILESEXTRAPATHS_append := "${THISDIR}/files:" +SRC_URI_append += " \ + file://0001-Add-initial-port-of-linux-gdbserver.patch \ + file://0002-Initial-port-of-core-reading-support.patch \ + file://0003-Initial-support-for-native-gdb.patch \ + file://0004-Robustify-inline-function-support.patch \ + file://0005-Fix-debug-message-when-register-is-unavailable.patch \ + file://0006-Add-slr-and-shr-regs-and-little-endian-breakpoint.patch \ + file://0007-Fix-relaxation-of-assembler-resolved-references.patch \ + file://0008-Fixup-debug_loc-sections-after-linker-relaxation.patch \ + file://0009-Add-wdc.ext.clear-and-wdc.ext.flush-insns.patch \ + file://0010-revert-master-rebase-changes-to-gdbserver.patch \ + file://0011-Patch-microblaze-Add-mb-singlestepping.patch \ + file://0012-Added-Backtrace-support-to-GDB.patch \ + file://0013-microblaze-Handle-framless-functions-in-determining-.patch \ + file://0014-microblaze-Add-build_gdbserver-yes-to-top-level-conf.patch \ + " diff --git a/recipes-devtools/gdb/gdb_7.6.1.bbappend b/recipes-devtools/gdb/gdb_7.6.1.bbappend deleted file mode 100644 index db1e3127..00000000 --- a/recipes-devtools/gdb/gdb_7.6.1.bbappend +++ /dev/null @@ -1 +0,0 @@ -require gdb-microblaze-${PV}.inc diff --git a/recipes-devtools/gdb/gdb_7.6.2.bbappend b/recipes-devtools/gdb/gdb_7.6.2.bbappend new file mode 100644 index 00000000..db1e3127 --- /dev/null +++ b/recipes-devtools/gdb/gdb_7.6.2.bbappend @@ -0,0 +1 @@ +require gdb-microblaze-${PV}.inc -- cgit v1.2.3-54-g00ecf