From c5605be72ffcfbaa6c6034666d0dff968e42c283 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 11 Jul 2025 11:25:06 -0400 Subject: ti-librpmsg-dma: mark it as compatible with K3 platforms As ti-librpmsg-dma depends on ti-rpmsg-char, which is only compatible with K3 platforms, ti-librpmsg-dma should also have the same limitations. This resolves yocto-check-layer failure: ERROR: Nothing PROVIDES 'ti-rpmsg-char' (but .../ti-librpmsg-dma_1.0.bb DEPENDS on or otherwise requires it) ti-rpmsg-char was skipped: incompatible with machine qemux86-64 (not in COMPATIBLE_MACHINE) Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb b/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb index 5dd3d6c7..b624871d 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb +++ b/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb @@ -12,3 +12,5 @@ inherit cmake DEPENDS = "ti-rpmsg-char" EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF" + +COMPATIBLE_MACHINE = "^(k3)$" -- cgit v1.2.3-54-g00ecf