summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/gdb/gdb-cross-canadian.inc
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-01-31 19:58:10 -0700
committerMark Hatle <mark.hatle@amd.com>2024-01-31 19:59:28 -0700
commitaef41d0c20351ddabc49dd6ac481b8e3cd66eef3 (patch)
treec1ea0fdf306739c91f9214b49124221405932b8f /meta-microblaze/recipes-devtools/gdb/gdb-cross-canadian.inc
parent15af87613d96b949539aeb43d1ce738a2d4838ae (diff)
downloadmeta-xilinx-aef41d0c20351ddabc49dd6ac481b8e3cd66eef3.tar.gz
meta-microblaze: gdb_12 disable python support
gdb 12 python support requires 'distutils', which was removed in python 3.12. Disable until we can patch this or upgrade. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-microblaze/recipes-devtools/gdb/gdb-cross-canadian.inc')
-rw-r--r--meta-microblaze/recipes-devtools/gdb/gdb-cross-canadian.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-microblaze/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta-microblaze/recipes-devtools/gdb/gdb-cross-canadian.inc
index 81dc572b..c463574b 100644
--- a/meta-microblaze/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta-microblaze/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -12,7 +12,7 @@ DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-gmp \
12GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" 12GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
13 13
14# Overrides PACKAGECONFIG variables in gdb-common.inc 14# Overrides PACKAGECONFIG variables in gdb-common.inc
15PACKAGECONFIG ??= "python readline ${@bb.utils.filter('DISTRO_FEATURES', 'debuginfod', d)}" 15PACKAGECONFIG ??= "readline ${@bb.utils.filter('DISTRO_FEATURES', 'debuginfod', d)}"
16PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,nativesdk-python3, \ 16PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,nativesdk-python3, \
17 nativesdk-python3-core \ 17 nativesdk-python3-core \
18 nativesdk-python3-codecs nativesdk-python3-netclient \ 18 nativesdk-python3-codecs nativesdk-python3-netclient \