1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 06:17:51 +00:00

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>
This commit is contained in:
Ryan Eatmon
2025-03-11 16:46:47 -05:00
parent a543f0e0a1
commit 218599d1e7
+1 -2
View File
@@ -14,5 +14,4 @@ PV = "0.6.7+git"
S = "${WORKDIR}/git"
COMPATIBLE_HOST ?= "null"
COMPATIBLE_HOST:ti-soc = "(.*)"
COMPATIBLE_MACHINE = "^(k3)$"