diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-03-11 16:46:47 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-03-13 05:24:47 -0500 |
commit | 893ce01ae0e5278e4f34966630f0b6ab8b29cf36 (patch) | |
tree | 2ec7cc1c068456f6e566382e528991389df7865e | |
parent | af4232d9b1c35a9e7652173dbfde953daf7d2b15 (diff) | |
download | meta-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.inc | 3 |
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 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | COMPATIBLE_HOST ?= "null" | 17 | COMPATIBLE_MACHINE = "^(k3)$" |
18 | COMPATIBLE_HOST:ti-soc = "(.*)" | ||