diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2025-07-11 11:25:06 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-12 10:15:31 -0500 |
commit | 1a08f44e7c782aa21e4e2d65c29aedf7c23a4461 (patch) | |
tree | 900452e7805d25c65a59e344631f218667c532d3 | |
parent | 479d3c0dd1ff44c8a9d76024d69a2571d755d54d (diff) | |
download | meta-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.bb | 2 |
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 | |||
10 | DEPENDS = "ti-rpmsg-char" | 10 | DEPENDS = "ti-rpmsg-char" |
11 | 11 | ||
12 | EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF" | 12 | EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF" |
13 | |||
14 | COMPATIBLE_MACHINE = "^(k3)$" | ||