From 183896349c55c1118b9d70b562755e30b32b5780 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 22 Feb 2022 04:13:09 +0000 Subject: meta-ti: remove remaining Keystone1/2 overrides Cleanup remaining recipes that are used by other platforms from any machine overrides that still refer to deprecated Keystone1/2 platforms. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- recipes-devtools/gdbc6x/gdbc6x_git.bb | 2 +- recipes-devtools/gdbc6x/gdbserver-c6x_git.bb | 3 +-- recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/gdbc6x/gdbc6x_git.bb b/recipes-devtools/gdbc6x/gdbc6x_git.bb index 08f81970..df9aaee9 100644 --- a/recipes-devtools/gdbc6x/gdbc6x_git.bb +++ b/recipes-devtools/gdbc6x/gdbc6x_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=bf0fe2872eb3dfeebb2cbe38206fe81f DEPENDS = "ncurses bison-native texinfo flex-native gettext" -COMPATIBLE_MACHINE = "dra7xx|keystone" +COMPATIBLE_MACHINE = "dra7xx" PR = "${INC_PR}.1" diff --git a/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb b/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb index 544a97f4..fab4fbd2 100644 --- a/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb +++ b/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb @@ -10,7 +10,6 @@ S = "${WORKDIR}/git/gdbserver-c6x/src" PLATFORM = "" PLATFORM:dra7xx = "DRA7xx_PLATFORM" -PLATFORM:keystone = "KEYSTONE_PLATFORM" EXTRA_OEMAKE = "PLATFORM=${PLATFORM}" @@ -34,7 +33,7 @@ do_install() { cp -f ../lib/* ${D}${datadir}/ti/gdbc6x/lib } -COMPATIBLE_MACHINE = "dra7xx|keystone" +COMPATIBLE_MACHINE = "dra7xx" PACKAGE_ARCH = "${MACHINE_ARCH}" FILES:${PN}-dev += "\ diff --git a/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb b/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb index 1b28c502..168e4be3 100644 --- a/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb +++ b/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb @@ -13,7 +13,6 @@ inherit module PLATFORM = "" PLATFORM:dra7xx = "DRA7xx_PLATFORM" -PLATFORM:keystone = "KEYSTONE_PLATFORM" EXTRA_OEMAKE = "PLATFORM=${PLATFORM} KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" @@ -24,7 +23,7 @@ do_configure() { : } -COMPATIBLE_MACHINE = "dra7xx|keystone" +COMPATIBLE_MACHINE = "dra7xx" PACKAGE_ARCH = "${MACHINE_ARCH}" include gdbc6x.inc -- cgit v1.2.3-54-g00ecf