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-12 10:15:31 -0500
commit1a08f44e7c782aa21e4e2d65c29aedf7c23a4461 (patch)
tree900452e7805d25c65a59e344631f218667c532d3
parent479d3c0dd1ff44c8a9d76024d69a2571d755d54d (diff)
downloadmeta-ti-1a08f44e7c782aa21e4e2d65c29aedf7c23a4461.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 8a78d9ac..165ce8fb 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
@@ -10,3 +10,5 @@ inherit cmake
10DEPENDS = "ti-rpmsg-char" 10DEPENDS = "ti-rpmsg-char"
11 11
12EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF" 12EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF"
13
14COMPATIBLE_MACHINE = "^(k3)$"