summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:12:56 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:30 -0600
commit209da2791f911235faaf4104ebf289b0e11d975b (patch)
treec3813986956e92f2482f5fec5da34fccd654cbbb /recipes-ti/ipc
parentea5b431bdac13759d1dab20a8d6e3d26a16a5501 (diff)
downloadmeta-ti-209da2791f911235faaf4104ebf289b0e11d975b.tar.gz
conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families
Those platforms are being deprecated and not supported in future meta-ti releases. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r--recipes-ti/ipc/ti-ipc-common.inc1
-rw-r--r--recipes-ti/ipc/ti-ipc_git.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index a32aad09..1879a3f2 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -6,7 +6,6 @@ COMPATIBLE_HOST ?= "null"
6COMPATIBLE_HOST:ti-soc = "(.*)" 6COMPATIBLE_HOST:ti-soc = "(.*)"
7 7
8PLATFORM = "UNKNOWN" 8PLATFORM = "UNKNOWN"
9PLATFORM:omap5-evm = "OMAP54XX"
10PLATFORM:dra7xx = "DRA7XX" 9PLATFORM:dra7xx = "DRA7XX"
11PLATFORM:k2hk = "TCI6638" 10PLATFORM:k2hk = "TCI6638"
12PLATFORM:k2l = "TCI6630" 11PLATFORM:k2l = "TCI6630"
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index c3a58472..ed712bab 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -15,7 +15,6 @@ SRC_URI += "file://tiipclad-daemon.sh \
15 " 15 "
16 16
17DAEMON = "UNKNOWN" 17DAEMON = "UNKNOWN"
18DAEMON:omap5-evm = "lad_omap54xx_smp"
19DAEMON:dra7xx = "lad_dra7xx" 18DAEMON:dra7xx = "lad_dra7xx"
20DAEMON:k2hk = "lad_tci6638" 19DAEMON:k2hk = "lad_tci6638"
21DAEMON:k2l = "lad_tci6630" 20DAEMON:k2l = "lad_tci6630"