From 893ce01ae0e5278e4f34966630f0b6ab8b29cf36 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Tue, 11 Mar 2025 16:46:47 -0500 Subject: 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 --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 3 +-- 1 file changed, 1 insertion(+), 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" S = "${WORKDIR}/git" -COMPATIBLE_HOST ?= "null" -COMPATIBLE_HOST:ti-soc = "(.*)" +COMPATIBLE_MACHINE = "^(k3)$" -- cgit v1.2.3-54-g00ecf