GDB and dsptop for C6x are deprecated and will be removed from meta-ti soon. Remove gdbserver-c6x, dsptop, and libulm from Arago images.
Signed-off-by: Andrew Davis <[email protected]> --- meta-arago-distro/recipes-core/images/arago-image.inc | 2 -- .../packagegroup-arago-addons-sdk-target.bb | 7 ------- .../packagegroups/packagegroup-arago-addons.bb | 9 --------- .../packagegroup-arago-standalone-sdk-target.bb | 1 - 4 files changed, 19 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/arago-image.inc b/meta-arago-distro/recipes-core/images/arago-image.inc index f085fa23..e6739d2c 100644 --- a/meta-arago-distro/recipes-core/images/arago-image.inc +++ b/meta-arago-distro/recipes-core/images/arago-image.inc @@ -17,8 +17,6 @@ TOOLCHAIN_HOST_TASK:append = " nativesdk-buildtools-perl-dummy" SDK_PACKAGE_ARCHS += "buildtools-dummy-${SDKPKGSUFFIX}" BAD_RECOMMENDATIONS += " \ - libulm-dev \ - gdbserver-c6x-dev \ coreutils \ coreutils-dev \ " diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb index 54c7c4c9..ae8f063f 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb @@ -25,12 +25,6 @@ UTILS:append:k3 = "\ ti-rpmsg-char-staticdev \ " -EXTRA_LIBS = "" -EXTRA_LIBS:append:am57xx = " libulm-dev \ - libulm-staticdev \ - gdbserver-c6x-dev \ -" - EXTRA_PACKAGES = "" IPCDEV = " \ @@ -43,6 +37,5 @@ EXTRA_PACKAGES:append:omapl138 = " ${IPCDEV}" RDEPENDS:${PN} = "\ ${UTILS} \ - ${EXTRA_LIBS} \ ${EXTRA_PACKAGES} \ " diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb index 67f3de16..00836a03 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb @@ -9,7 +9,6 @@ inherit packagegroup PACKAGES =+ "${PN}-extra" UTILS = " \ - gdbserver \ oprofile \ ptpd \ strongswan \ @@ -26,10 +25,6 @@ UTILS:append:arago = " \ UTILS_UBOOT_FW = "libubootenv-bin" -UTILS_DSP = " \ - ${@bb.utils.contains('MACHINE_FEATURES', 'dsp', 'gdbc6x dsptop', '', d)} \ -" - # pru-swuart-fw UTILS:append:ti33x = " mmc-utils \ switch-config \ @@ -72,10 +67,6 @@ UTILS:append:j721e = " pru-icss" UTILS:append:omapl138 = " ti-ipc-rtos-fw" -UTILS:append:am57xx = " \ - ${UTILS_DSP} \ -" - EXTRA_PACKAGES = " \ protobuf \ ccief-basic \ diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb index baa2a4bc..2a10bbaa 100644 --- a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb +++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb @@ -14,7 +14,6 @@ RDEPENDS:${PN} = "\ ${LIBC_DEPENDENCIES} \ libc-staticdev \ linux-libc-headers-dev \ - gdbserver \ alsa-dev \ alsa-lib-dev \ alsa-utils-dev \ -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17311): https://lists.yoctoproject.org/g/meta-arago/message/17311 Mute This Topic: https://lists.yoctoproject.org/mt/118263276/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
