diff options
author | Mark Hatle <mark.hatle@amd.com> | 2022-11-07 08:38:34 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-10 15:04:42 -0800 |
commit | 60b1b14e588c86cfb92206178c4468af2a3a10cf (patch) | |
tree | 6a93489822be65c47f44d5f5d7729b674b0f0a4f | |
parent | bf55ab24b5402de65a96e33c7a3700ab5c4d87ed (diff) | |
download | meta-xilinx-60b1b14e588c86cfb92206178c4468af2a3a10cf.tar.gz |
Revert "meta-microblaze: gdb: Temporarily disable GDB"
This reverts commit 17daecd2918a7cd98f61825704cac1d9d3a046e2.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
3 files changed, 0 insertions, 9 deletions
diff --git a/meta-microblaze/recipes-core/meta/meta-extsdk-toolchain.bbappend b/meta-microblaze/recipes-core/meta/meta-extsdk-toolchain.bbappend deleted file mode 100644 index 7e6026ee..00000000 --- a/meta-microblaze/recipes-core/meta/meta-extsdk-toolchain.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | # GDB does not yet work on Microblaze | ||
2 | DEPENDS:remove:microblaze = "gdb-cross-${TARGET_ARCH}" | ||
diff --git a/meta-microblaze/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend b/meta-microblaze/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend deleted file mode 100644 index 7f9b9d3a..00000000 --- a/meta-microblaze/recipes-core/packagegroups/packagegroup-cross-canadian.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | # GDB does not yet work on Microblaze | ||
2 | GDB:microblaze = "" | ||
diff --git a/meta-microblaze/recipes-devtools/gdb/gdb-microblaze.inc b/meta-microblaze/recipes-devtools/gdb/gdb-microblaze.inc index 55f921f4..5eae0577 100644 --- a/meta-microblaze/recipes-devtools/gdb/gdb-microblaze.inc +++ b/meta-microblaze/recipes-devtools/gdb/gdb-microblaze.inc | |||
@@ -1,8 +1,3 @@ | |||
1 | ## This does not currently work | ||
2 | #python() { | ||
3 | # raise bb.parse.SkipRecipe("GDB does not current support microblaze.") | ||
4 | #} | ||
5 | |||
6 | # MicroBlaze does not support LTTng UST | 1 | # MicroBlaze does not support LTTng UST |
7 | LTTNGUST:microblaze = "" | 2 | LTTNGUST:microblaze = "" |
8 | 3 | ||