diff options
| author | Andrew Davis <afd@ti.com> | 2025-09-17 17:09:22 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-09-17 17:42:13 -0500 |
| commit | 954a631aa37450a3b37e8928b60bfd12975bfa82 (patch) | |
| tree | 6a42db71eea65eea1d2ac8b486b1a7d5dcb46297 | |
| parent | f99bb552651df3d57c52fc6947e5e3a90338cee3 (diff) | |
| download | meta-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.bb | 4 |
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" | |||
| 40 | TARGET_PRODUCT:omap-a15 = "ti572x_linux" | 40 | TARGET_PRODUCT:omap-a15 = "ti572x_linux" |
| 41 | TARGET_PRODUCT:am65xx = "ti654x_linux" | 41 | TARGET_PRODUCT:am65xx = "ti654x_linux" |
| 42 | 42 | ||
| 43 | RDEPENDS:${PN} += "libdrm" | 43 | RDEPENDS:${PN} += "libdrm ti-sgx-ddk-km" |
| 44 | |||
| 45 | RRECOMMENDS:${PN} += "ti-sgx-ddk-km" | ||
| 46 | 44 | ||
| 47 | S = "${WORKDIR}/git" | 45 | S = "${WORKDIR}/git" |
| 48 | 46 | ||
