summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-03-11 16:46:47 -0500
committerRyan Eatmon <reatmon@ti.com>2025-03-13 05:24:47 -0500
commit893ce01ae0e5278e4f34966630f0b6ab8b29cf36 (patch)
tree2ec7cc1c068456f6e566382e528991389df7865e
parentaf4232d9b1c35a9e7652173dbfde953daf7d2b15 (diff)
downloadmeta-ti-893ce01ae0e5278e4f34966630f0b6ab8b29cf36.tar.gz
ti-rpmsg-char: Change to COMPATIBLE_MACHINE
Rather than using COMPATIBLE_HOST move to using COMPATIBLE_MACHINE to limit the recipe to being TI specific. Also, this package is "k3" specific so further limit it down to just those matching machines and not all TI SOCs. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc
index 22d03d97..be88aade 100644
--- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc
+++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc
@@ -14,5 +14,4 @@ PV = "0.6.7+git"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17COMPATIBLE_HOST ?= "null" 17COMPATIBLE_MACHINE = "^(k3)$"
18COMPATIBLE_HOST:ti-soc = "(.*)"