From 218599d1e7f751f1af8ac4bc86f52c7978b3f384 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Tue, 11 Mar 2025 16:46:47 -0500 Subject: [PATCH] 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)$"