summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2025-07-11 11:25:06 -0400
committerRyan Eatmon <reatmon@ti.com>2025-07-11 12:37:02 -0500
commitc5605be72ffcfbaa6c6034666d0dff968e42c283 (patch)
tree8bff5644788edb41fef284d66b121fa1353692fa
parentfcd6f18187b25e896fe2702f37281350b74a2ce7 (diff)
downloadmeta-ti-c5605be72ffcfbaa6c6034666d0dff968e42c283.tar.gz
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 <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb2
1 files changed, 2 insertions, 0 deletions
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
12DEPENDS = "ti-rpmsg-char" 12DEPENDS = "ti-rpmsg-char"
13 13
14EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF" 14EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF"
15
16COMPATIBLE_MACHINE = "^(k3)$"