diff options
| author | Gou, Hongmei <h-gou@ti.com> | 2015-11-10 04:49:25 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-10 10:45:23 -0500 |
| commit | cd3fcb02fc02897e3c771e274f6af2ddfb44014b (patch) | |
| tree | 377b06529244c3ae8ff745a8b36c5aebb9405fae | |
| parent | 634f676c8e7ce4e88fd5248b12e319b18f0ccd19 (diff) | |
| download | meta-ti-cd3fcb02fc02897e3c771e274f6af2ddfb44014b.tar.gz | |
omap5-sgx-ddk-um-linux: bump SRCREV and update powervr.ini and .so inclusion for AM3
* Bump SRCREV for DRM FLIP mode support, and update powervr.ini correspondingly
* 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>
| -rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini | 3 | ||||
| -rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini index 0657ab87..5b5608e3 100644 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | [default] | 1 | [default] |
| 2 | WindowSystem=null_libdrm.so | 2 | WindowSystem=libpvrDRMWSEGL_FRONT.so |
| 3 | #WindowSystem=libpvrDRMWSEGL.so | ||
| 3 | DisableHWTQTextureUpload=1 | 4 | DisableHWTQTextureUpload=1 |
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb index 99181284..a3a4e6d9 100644 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | |||
| @@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293d | |||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 7 | 7 | ||
| 8 | BRANCH_omap-a15 = "master" | 8 | BRANCH_omap-a15 = "master" |
| 9 | BRANCH_ti33x = "am4/k4.1" | 9 | BRANCH_ti33x = "am3/k4.1" |
| 10 | BRANCH_ti43x = "am4/k4.1" | 10 | BRANCH_ti43x = "am4/k4.1" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" |
| 13 | SRCREV_omap-a15 = "d63cd6469fff610317a8e1c986f227bb3e7922f6" | 13 | SRCREV_omap-a15 = "d63cd6469fff610317a8e1c986f227bb3e7922f6" |
| 14 | SRCREV_ti33x = "188575c7ba16c00a15499ed88a126af2506fdba5" | 14 | SRCREV_ti33x = "b535b96043ae2206e0c3d24b66599ca0fbe706d3" |
| 15 | SRCREV_ti43x = "fdf4c0b594ca142a68aabb4c3f82b75be50b46cc" | 15 | SRCREV_ti43x = "fdf4c0b594ca142a68aabb4c3f82b75be50b46cc" |
| 16 | 16 | ||
| 17 | INITSCRIPT_NAME = "pvr-init" | 17 | INITSCRIPT_NAME = "pvr-init" |
| @@ -19,7 +19,7 @@ INITSCRIPT_PARAMS = "defaults 8" | |||
| 19 | 19 | ||
| 20 | inherit update-rc.d | 20 | inherit update-rc.d |
| 21 | 21 | ||
| 22 | PR = "r12" | 22 | PR = "r13" |
| 23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" | 23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" |
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} += "libdrm" | 25 | RDEPENDS_${PN} += "libdrm" |
| @@ -53,6 +53,7 @@ FILES_${PN} += "${sysconfdir}/powervr.ini" | |||
| 53 | PACKAGES =+ "${PN}-plugins" | 53 | PACKAGES =+ "${PN}-plugins" |
| 54 | FILES_${PN}-plugins = "" | 54 | FILES_${PN}-plugins = "" |
| 55 | FILES_${PN}-plugins_ti43x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libpvrws_WAYLAND.so ${libdir}/libpvrws_KMS.so " | 55 | FILES_${PN}-plugins_ti43x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libpvrws_WAYLAND.so ${libdir}/libpvrws_KMS.so " |
| 56 | FILES_${PN}-plugins_ti33x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libpvrDRMWSEGL.so ${libdir}/libpvrDRMWSEGL_FRONT.so " | ||
| 56 | RDEPENDS_${PN} += "${PN}-plugins" | 57 | RDEPENDS_${PN} += "${PN}-plugins" |
| 57 | 58 | ||
| 58 | ALLOW_EMPTY_${PN}-plugins = "1" | 59 | ALLOW_EMPTY_${PN}-plugins = "1" |
