diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-02-21 00:47:19 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-21 05:14:41 +0000 |
commit | efa27a59efc8a873c723018d15fd2bb78831ae4a (patch) | |
tree | fcf7e013451cb583d030a1a7f64c8cfa95286298 /recipes-graphics | |
parent | 53ac18e1a4655246b899c017dace3c210fecfd6c (diff) | |
download | meta-ti-efa27a59efc8a873c723018d15fd2bb78831ae4a.tar.gz |
sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | 2 | ||||
-rw-r--r-- | recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 4 | ||||
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb index e8c2f011..d6ecd229 100644 --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | |||
@@ -12,6 +12,8 @@ BRANCH = "ti-${PV}" | |||
12 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}" |
13 | SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5" | 13 | SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5" |
14 | 14 | ||
15 | RRECOMMENDS_${PN} = "ti-gc320-driver" | ||
16 | |||
15 | # There's only hardfp version available | 17 | # There's only hardfp version available |
16 | python __anonymous() { | 18 | python __anonymous() { |
17 | tunes = d.getVar("TUNE_FEATURES") | 19 | tunes = d.getVar("TUNE_FEATURES") |
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb index 6cc76718..0e0335b4 100644 --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | |||
@@ -27,7 +27,7 @@ PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm" | |||
27 | DEPENDS += "libdrm wayland expat" | 27 | DEPENDS += "libdrm wayland expat" |
28 | RDEPENDS_${PN} += "bash" | 28 | RDEPENDS_${PN} += "bash" |
29 | RDEPENDS_${PN} += "python-core" | 29 | RDEPENDS_${PN} += "python-core" |
30 | RDEPENDS_${PN} += "ti-img-rogue-driver wayland expat" | 30 | RDEPENDS_${PN} += "wayland expat" |
31 | 31 | ||
32 | RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm" | 32 | RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm" |
33 | RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev" | 33 | RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev" |
@@ -41,6 +41,8 @@ RCONFLICTS_${PN} = "libegl libgles1 libgles2 libgbm" | |||
41 | RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev" | 41 | RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev" |
42 | RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg" | 42 | RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg" |
43 | 43 | ||
44 | RRECOMMENDS_${PN} += "ti-img-rogue-driver" | ||
45 | |||
44 | S = "${WORKDIR}/git" | 46 | S = "${WORKDIR}/git" |
45 | 47 | ||
46 | do_install () { | 48 | do_install () { |
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb index 129d5cee..8f63aa59 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | |||
@@ -45,6 +45,8 @@ RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg" | |||
45 | # The actual SONAME is libGLESv2.so.2, so need to explicitly specify RPROVIDES for .so.1 here | 45 | # The actual SONAME is libGLESv2.so.2, so need to explicitly specify RPROVIDES for .so.1 here |
46 | RPROVIDES_${PN} += "libGLESv2.so.1" | 46 | RPROVIDES_${PN} += "libGLESv2.so.1" |
47 | 47 | ||
48 | RRECOMMENDS_${PN} += "ti-sgx-ddk-km" | ||
49 | |||
48 | S = "${WORKDIR}/git" | 50 | S = "${WORKDIR}/git" |
49 | 51 | ||
50 | do_install () { | 52 | do_install () { |