mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-02 00:40:40 +00:00
ti-img-rogue-umlibs: add missing dri plugin for powervr gpu
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
9a4a56b4cc
commit
07e1a45d5e
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f"
|
|||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_MACHINE = "j7-evm"
|
COMPATIBLE_MACHINE = "j7-evm"
|
||||||
|
|
||||||
PR = "r8"
|
PR = "r9"
|
||||||
|
|
||||||
BRANCH = "linuxws/thud/k4.19/${PV}"
|
BRANCH = "linuxws/thud/k4.19/${PV}"
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ FILES_${PN} += " ${base_libdir}/firmware/"
|
|||||||
FILES_${PN} += " ${datadir}/"
|
FILES_${PN} += " ${datadir}/"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-plugins"
|
PACKAGES =+ "${PN}-plugins"
|
||||||
FILES_${PN}-plugins = "${libdir}/libGLESv2.so ${libdir}/libGLESv1_CM.so ${libdir}/libEGL.so"
|
FILES_${PN}-plugins = "${libdir}/libGLESv2.so ${libdir}/libGLESv1_CM.so ${libdir}/libEGL.so ${libdir}/dri/pvr_dri.so"
|
||||||
RDEPENDS_${PN} += "${PN}-plugins"
|
RDEPENDS_${PN} += "${PN}-plugins"
|
||||||
|
|
||||||
ALLOW_EMPTY_${PN}-plugins = "1"
|
ALLOW_EMPTY_${PN}-plugins = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user