summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dsptop
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-bsp/dsptop
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-bsp/dsptop')
-rw-r--r--recipes-bsp/dsptop/debugss-module-drv_git.bb4
-rw-r--r--recipes-bsp/dsptop/dsptop_git.bb4
-rw-r--r--recipes-bsp/dsptop/libulm_git.bb3
3 files changed, 3 insertions, 8 deletions
diff --git a/recipes-bsp/dsptop/debugss-module-drv_git.bb b/recipes-bsp/dsptop/debugss-module-drv_git.bb
index dc4cde52..a250b825 100644
--- a/recipes-bsp/dsptop/debugss-module-drv_git.bb
+++ b/recipes-bsp/dsptop/debugss-module-drv_git.bb
@@ -13,12 +13,10 @@ inherit module
13 13
14PLATFORM = "" 14PLATFORM = ""
15PLATFORM:dra7xx = "DRA7xx_PLATFORM" 15PLATFORM:dra7xx = "DRA7xx_PLATFORM"
16PLATFORM:keystone = "KEYSTONE_PLATFORM"
17PLATFORM:k2e = "K2E_PLATFORM"
18 16
19EXTRA_OEMAKE = "'PLATFORM=${PLATFORM}' KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" 17EXTRA_OEMAKE = "'PLATFORM=${PLATFORM}' KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}"
20 18
21COMPATIBLE_MACHINE = "dra7xx|keystone" 19COMPATIBLE_MACHINE = "dra7xx"
22PACKAGE_ARCH = "${MACHINE_ARCH}" 20PACKAGE_ARCH = "${MACHINE_ARCH}"
23 21
24include dsptop.inc 22include dsptop.inc
diff --git a/recipes-bsp/dsptop/dsptop_git.bb b/recipes-bsp/dsptop/dsptop_git.bb
index 9896eda1..20818443 100644
--- a/recipes-bsp/dsptop/dsptop_git.bb
+++ b/recipes-bsp/dsptop/dsptop_git.bb
@@ -10,7 +10,6 @@ S = "${WORKDIR}/git/dsptop"
10 10
11DEVICE = "" 11DEVICE = ""
12DEVICE:dra7xx = "DRA7xx" 12DEVICE:dra7xx = "DRA7xx"
13DEVICE:keystone = "C66AK2Hxx"
14 13
15EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}"" 14EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}""
16 15
@@ -18,11 +17,10 @@ do_install() {
18 oe_runmake install DESTDIR=${D} 17 oe_runmake install DESTDIR=${D}
19} 18}
20 19
21COMPATIBLE_MACHINE = "dra7xx|keystone" 20COMPATIBLE_MACHINE = "dra7xx"
22PACKAGE_ARCH = "${MACHINE_ARCH}" 21PACKAGE_ARCH = "${MACHINE_ARCH}"
23 22
24RDEPENDS:${PN} = "debugss-module-drv bash" 23RDEPENDS:${PN} = "debugss-module-drv bash"
25RDEPENDS:${PN}:append:keystone = " temperature-module-drv"
26 24
27include dsptop.inc 25include dsptop.inc
28 26
diff --git a/recipes-bsp/dsptop/libulm_git.bb b/recipes-bsp/dsptop/libulm_git.bb
index acefef56..f3e7ec3c 100644
--- a/recipes-bsp/dsptop/libulm_git.bb
+++ b/recipes-bsp/dsptop/libulm_git.bb
@@ -13,7 +13,6 @@ S = "${WORKDIR}/git/dsptop/ulm"
13 13
14DEVICE="" 14DEVICE=""
15DEVICE:dra7xx = "DRA7xx" 15DEVICE:dra7xx = "DRA7xx"
16DEVICE:keystone = "C66AK2Hxx"
17 16
18EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}" 17EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}"
19 18
@@ -32,7 +31,7 @@ do_install() {
32 cp -f release/libtiulm.ae66 ${D}${datadir}/ti/ulm 31 cp -f release/libtiulm.ae66 ${D}${datadir}/ti/ulm
33} 32}
34 33
35COMPATIBLE_MACHINE = "dra7xx|keystone" 34COMPATIBLE_MACHINE = "dra7xx"
36PACKAGE_ARCH = "${MACHINE_ARCH}" 35PACKAGE_ARCH = "${MACHINE_ARCH}"
37 36
38FILES:${PN}-dev += "\ 37FILES:${PN}-dev += "\