diff options
author | Gou, Hongmei <h-gou@ti.com> | 2015-11-07 03:54:23 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-09 14:31:39 -0500 |
commit | d5e19628cf33afdba7f154f5b346933ccaa80b28 (patch) | |
tree | 9ed0f7825caf10c985e40b05af1d7fe331d6131e /recipes-graphics | |
parent | dca006ff39b42c4023299cebff79753dc2baf68e (diff) | |
download | meta-ti-d5e19628cf33afdba7f154f5b346933ccaa80b28.tar.gz |
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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti43x/powervr.ini | 3 | ||||
-rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 12 |
2 files changed, 10 insertions, 5 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti43x/powervr.ini b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti43x/powervr.ini deleted file mode 100644 index 0657ab87..00000000 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti43x/powervr.ini +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | [default] | ||
2 | WindowSystem=null_libdrm.so | ||
3 | 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 cd01d6fe..99181284 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 | |||
@@ -12,14 +12,14 @@ BRANCH_ti43x = "am4/k4.1" | |||
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 = "188575c7ba16c00a15499ed88a126af2506fdba5" |
15 | SRCREV_ti43x = "188575c7ba16c00a15499ed88a126af2506fdba5" | 15 | SRCREV_ti43x = "fdf4c0b594ca142a68aabb4c3f82b75be50b46cc" |
16 | 16 | ||
17 | INITSCRIPT_NAME = "pvr-init" | 17 | INITSCRIPT_NAME = "pvr-init" |
18 | INITSCRIPT_PARAMS = "defaults 8" | 18 | INITSCRIPT_PARAMS = "defaults 8" |
19 | 19 | ||
20 | inherit update-rc.d | 20 | inherit update-rc.d |
21 | 21 | ||
22 | PR = "r11" | 22 | PR = "r12" |
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" |
@@ -50,8 +50,16 @@ FILES_${PN} += "${includedir}/* /usr/share/sgx-lib/" | |||
50 | FILES_${PN} += "${sysconfdir}/init.d/pvr-init" | 50 | FILES_${PN} += "${sysconfdir}/init.d/pvr-init" |
51 | FILES_${PN} += "${sysconfdir}/powervr.ini" | 51 | FILES_${PN} += "${sysconfdir}/powervr.ini" |
52 | 52 | ||
53 | PACKAGES =+ "${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 " | ||
56 | RDEPENDS_${PN} += "${PN}-plugins" | ||
57 | |||
58 | ALLOW_EMPTY_${PN}-plugins = "1" | ||
59 | |||
53 | INHIBIT_PACKAGE_STRIP = "1" | 60 | INHIBIT_PACKAGE_STRIP = "1" |
54 | 61 | ||
55 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" | 62 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" |
63 | INSANE_SKIP_${PN}-plugins = "dev-so" | ||
56 | 64 | ||
57 | CLEANBROKEN = "1" | 65 | CLEANBROKEN = "1" |