summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-09-17 17:09:22 -0500
committerRyan Eatmon <reatmon@ti.com>2025-09-17 17:42:13 -0500
commit954a631aa37450a3b37e8928b60bfd12975bfa82 (patch)
tree6a42db71eea65eea1d2ac8b486b1a7d5dcb46297
parentf99bb552651df3d57c52fc6947e5e3a90338cee3 (diff)
downloadmeta-ti-954a631aa37450a3b37e8928b60bfd12975bfa82.tar.gz
ti-sgx-ddk-um: UM side driver depends on KM side driver
This also matches what is done for ti-img-rogue-umlibs. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb
index b260abdf..b6f5534e 100644
--- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb
+++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb
@@ -40,9 +40,7 @@ TARGET_PRODUCT:ti43x = "ti437x_linux"
40TARGET_PRODUCT:omap-a15 = "ti572x_linux" 40TARGET_PRODUCT:omap-a15 = "ti572x_linux"
41TARGET_PRODUCT:am65xx = "ti654x_linux" 41TARGET_PRODUCT:am65xx = "ti654x_linux"
42 42
43RDEPENDS:${PN} += "libdrm" 43RDEPENDS:${PN} += "libdrm ti-sgx-ddk-km"
44
45RRECOMMENDS:${PN} += "ti-sgx-ddk-km"
46 44
47S = "${WORKDIR}/git" 45S = "${WORKDIR}/git"
48 46