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-bsp/dsptop/debugss-module-drv_git.bb | 4 +--- recipes-bsp/dsptop/dsptop_git.bb | 4 +--- recipes-bsp/dsptop/libulm_git.bb | 3 +-- 3 files changed, 3 insertions(+), 8 deletions(-) (limited to 'recipes-bsp/dsptop') 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 PLATFORM = "" PLATFORM:dra7xx = "DRA7xx_PLATFORM" -PLATFORM:keystone = "KEYSTONE_PLATFORM" -PLATFORM:k2e = "K2E_PLATFORM" EXTRA_OEMAKE = "'PLATFORM=${PLATFORM}' KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" -COMPATIBLE_MACHINE = "dra7xx|keystone" +COMPATIBLE_MACHINE = "dra7xx" PACKAGE_ARCH = "${MACHINE_ARCH}" 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" DEVICE = "" DEVICE:dra7xx = "DRA7xx" -DEVICE:keystone = "C66AK2Hxx" EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}"" @@ -18,11 +17,10 @@ do_install() { oe_runmake install DESTDIR=${D} } -COMPATIBLE_MACHINE = "dra7xx|keystone" +COMPATIBLE_MACHINE = "dra7xx" PACKAGE_ARCH = "${MACHINE_ARCH}" RDEPENDS:${PN} = "debugss-module-drv bash" -RDEPENDS:${PN}:append:keystone = " temperature-module-drv" include dsptop.inc 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" DEVICE="" DEVICE:dra7xx = "DRA7xx" -DEVICE:keystone = "C66AK2Hxx" EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}" @@ -32,7 +31,7 @@ do_install() { cp -f release/libtiulm.ae66 ${D}${datadir}/ti/ulm } -COMPATIBLE_MACHINE = "dra7xx|keystone" +COMPATIBLE_MACHINE = "dra7xx" PACKAGE_ARCH = "${MACHINE_ARCH}" FILES:${PN}-dev += "\ -- cgit v1.2.3-54-g00ecf