mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-30 15:30:28 +00:00
sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -12,6 +12,8 @@ BRANCH = "ti-${PV}"
|
|||||||
SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}"
|
SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}"
|
||||||
SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5"
|
SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5"
|
||||||
|
|
||||||
|
RRECOMMENDS_${PN} = "ti-gc320-driver"
|
||||||
|
|
||||||
# There's only hardfp version available
|
# There's only hardfp version available
|
||||||
python __anonymous() {
|
python __anonymous() {
|
||||||
tunes = d.getVar("TUNE_FEATURES")
|
tunes = d.getVar("TUNE_FEATURES")
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm"
|
|||||||
DEPENDS += "libdrm wayland expat"
|
DEPENDS += "libdrm wayland expat"
|
||||||
RDEPENDS_${PN} += "bash"
|
RDEPENDS_${PN} += "bash"
|
||||||
RDEPENDS_${PN} += "python-core"
|
RDEPENDS_${PN} += "python-core"
|
||||||
RDEPENDS_${PN} += "ti-img-rogue-driver wayland expat"
|
RDEPENDS_${PN} += "wayland expat"
|
||||||
|
|
||||||
RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm"
|
RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm"
|
||||||
RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
|
RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
|
||||||
@@ -41,6 +41,8 @@ RCONFLICTS_${PN} = "libegl libgles1 libgles2 libgbm"
|
|||||||
RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
|
RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
|
||||||
RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg"
|
RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg"
|
||||||
|
|
||||||
|
RRECOMMENDS_${PN} += "ti-img-rogue-driver"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
|
|||||||
@@ -45,6 +45,8 @@ RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg"
|
|||||||
# The actual SONAME is libGLESv2.so.2, so need to explicitly specify RPROVIDES for .so.1 here
|
# The actual SONAME is libGLESv2.so.2, so need to explicitly specify RPROVIDES for .so.1 here
|
||||||
RPROVIDES_${PN} += "libGLESv2.so.1"
|
RPROVIDES_${PN} += "libGLESv2.so.1"
|
||||||
|
|
||||||
|
RRECOMMENDS_${PN} += "ti-sgx-ddk-km"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
|
|||||||
Reference in New Issue
Block a user