summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:09 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:31 -0600
commit183896349c55c1118b9d70b562755e30b32b5780 (patch)
tree98f8cfc4ff10d358acf4617959de28f2482b630b /recipes-devtools
parent53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd (diff)
downloadmeta-ti-183896349c55c1118b9d70b562755e30b32b5780.tar.gz
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 <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/gdbc6x/gdbc6x_git.bb2
-rw-r--r--recipes-devtools/gdbc6x/gdbserver-c6x_git.bb3
-rw-r--r--recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb3
3 files changed, 3 insertions, 5 deletions
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
5 5
6DEPENDS = "ncurses bison-native texinfo flex-native gettext" 6DEPENDS = "ncurses bison-native texinfo flex-native gettext"
7 7
8COMPATIBLE_MACHINE = "dra7xx|keystone" 8COMPATIBLE_MACHINE = "dra7xx"
9 9
10PR = "${INC_PR}.1" 10PR = "${INC_PR}.1"
11 11
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"
10 10
11PLATFORM = "" 11PLATFORM = ""
12PLATFORM:dra7xx = "DRA7xx_PLATFORM" 12PLATFORM:dra7xx = "DRA7xx_PLATFORM"
13PLATFORM:keystone = "KEYSTONE_PLATFORM"
14 13
15EXTRA_OEMAKE = "PLATFORM=${PLATFORM}" 14EXTRA_OEMAKE = "PLATFORM=${PLATFORM}"
16 15
@@ -34,7 +33,7 @@ do_install() {
34 cp -f ../lib/* ${D}${datadir}/ti/gdbc6x/lib 33 cp -f ../lib/* ${D}${datadir}/ti/gdbc6x/lib
35} 34}
36 35
37COMPATIBLE_MACHINE = "dra7xx|keystone" 36COMPATIBLE_MACHINE = "dra7xx"
38PACKAGE_ARCH = "${MACHINE_ARCH}" 37PACKAGE_ARCH = "${MACHINE_ARCH}"
39 38
40FILES:${PN}-dev += "\ 39FILES:${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
13 13
14PLATFORM = "" 14PLATFORM = ""
15PLATFORM:dra7xx = "DRA7xx_PLATFORM" 15PLATFORM:dra7xx = "DRA7xx_PLATFORM"
16PLATFORM:keystone = "KEYSTONE_PLATFORM"
17 16
18EXTRA_OEMAKE = "PLATFORM=${PLATFORM} KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" 17EXTRA_OEMAKE = "PLATFORM=${PLATFORM} KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}"
19 18
@@ -24,7 +23,7 @@ do_configure() {
24 : 23 :
25} 24}
26 25
27COMPATIBLE_MACHINE = "dra7xx|keystone" 26COMPATIBLE_MACHINE = "dra7xx"
28PACKAGE_ARCH = "${MACHINE_ARCH}" 27PACKAGE_ARCH = "${MACHINE_ARCH}"
29 28
30include gdbc6x.inc 29include gdbc6x.inc