diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:09 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:31 -0600 |
commit | 183896349c55c1118b9d70b562755e30b32b5780 (patch) | |
tree | 98f8cfc4ff10d358acf4617959de28f2482b630b /recipes-bsp/dsptop | |
parent | 53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd (diff) | |
download | meta-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.bb | 4 | ||||
-rw-r--r-- | recipes-bsp/dsptop/dsptop_git.bb | 4 | ||||
-rw-r--r-- | recipes-bsp/dsptop/libulm_git.bb | 3 |
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 | ||
14 | PLATFORM = "" | 14 | PLATFORM = "" |
15 | PLATFORM:dra7xx = "DRA7xx_PLATFORM" | 15 | PLATFORM:dra7xx = "DRA7xx_PLATFORM" |
16 | PLATFORM:keystone = "KEYSTONE_PLATFORM" | ||
17 | PLATFORM:k2e = "K2E_PLATFORM" | ||
18 | 16 | ||
19 | EXTRA_OEMAKE = "'PLATFORM=${PLATFORM}' KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" | 17 | EXTRA_OEMAKE = "'PLATFORM=${PLATFORM}' KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" |
20 | 18 | ||
21 | COMPATIBLE_MACHINE = "dra7xx|keystone" | 19 | COMPATIBLE_MACHINE = "dra7xx" |
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 20 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
23 | 21 | ||
24 | include dsptop.inc | 22 | include 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 | ||
11 | DEVICE = "" | 11 | DEVICE = "" |
12 | DEVICE:dra7xx = "DRA7xx" | 12 | DEVICE:dra7xx = "DRA7xx" |
13 | DEVICE:keystone = "C66AK2Hxx" | ||
14 | 13 | ||
15 | EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}"" | 14 | EXTRA_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 | ||
21 | COMPATIBLE_MACHINE = "dra7xx|keystone" | 20 | COMPATIBLE_MACHINE = "dra7xx" |
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
23 | 22 | ||
24 | RDEPENDS:${PN} = "debugss-module-drv bash" | 23 | RDEPENDS:${PN} = "debugss-module-drv bash" |
25 | RDEPENDS:${PN}:append:keystone = " temperature-module-drv" | ||
26 | 24 | ||
27 | include dsptop.inc | 25 | include 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 | ||
14 | DEVICE="" | 14 | DEVICE="" |
15 | DEVICE:dra7xx = "DRA7xx" | 15 | DEVICE:dra7xx = "DRA7xx" |
16 | DEVICE:keystone = "C66AK2Hxx" | ||
17 | 16 | ||
18 | EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}" | 17 | EXTRA_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 | ||
35 | COMPATIBLE_MACHINE = "dra7xx|keystone" | 34 | COMPATIBLE_MACHINE = "dra7xx" |
36 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 35 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
37 | 36 | ||
38 | FILES:${PN}-dev += "\ | 37 | FILES:${PN}-dev += "\ |