mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
omap5-sgx-ddk-um-linux: bump SRCREV and other changes to support wayland/DRM on AM4
* Support wayland/DRM mode * Remove powervr.ini which is no longer needed * Add plugins package to include the necessary .so files Signed-off-by: Hongmei Gou <h-gou@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
dca006ff39
commit
d5e19628cf
@@ -1,3 +0,0 @@
|
||||
[default]
|
||||
WindowSystem=null_libdrm.so
|
||||
DisableHWTQTextureUpload=1
|
||||
@@ -12,14 +12,14 @@ BRANCH_ti43x = "am4/k4.1"
|
||||
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
|
||||
SRCREV_omap-a15 = "d63cd6469fff610317a8e1c986f227bb3e7922f6"
|
||||
SRCREV_ti33x = "188575c7ba16c00a15499ed88a126af2506fdba5"
|
||||
SRCREV_ti43x = "188575c7ba16c00a15499ed88a126af2506fdba5"
|
||||
SRCREV_ti43x = "fdf4c0b594ca142a68aabb4c3f82b75be50b46cc"
|
||||
|
||||
INITSCRIPT_NAME = "pvr-init"
|
||||
INITSCRIPT_PARAMS = "defaults 8"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
PR = "r11"
|
||||
PR = "r12"
|
||||
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
|
||||
|
||||
RDEPENDS_${PN} += "libdrm"
|
||||
@@ -50,8 +50,16 @@ FILES_${PN} += "${includedir}/* /usr/share/sgx-lib/"
|
||||
FILES_${PN} += "${sysconfdir}/init.d/pvr-init"
|
||||
FILES_${PN} += "${sysconfdir}/powervr.ini"
|
||||
|
||||
PACKAGES =+ "${PN}-plugins"
|
||||
FILES_${PN}-plugins = ""
|
||||
FILES_${PN}-plugins_ti43x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libpvrws_WAYLAND.so ${libdir}/libpvrws_KMS.so "
|
||||
RDEPENDS_${PN} += "${PN}-plugins"
|
||||
|
||||
ALLOW_EMPTY_${PN}-plugins = "1"
|
||||
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
|
||||
INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths"
|
||||
INSANE_SKIP_${PN}-plugins = "dev-so"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
Reference in New Issue
Block a user