diff options
author | e-ruei1@ti.com <e-ruei1@ti.com> | 2019-11-01 00:20:45 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-31 21:30:08 +0000 |
commit | 5ac0ca6ea079a90b0c65e8233953bfb9cde2b6d1 (patch) | |
tree | 015d3404626c66acd443922cd07dfb320b8de354 /recipes-graphics | |
parent | c1d0faa004d9bd1fc08a5e835f8f0604683991ef (diff) | |
download | meta-ti-5ac0ca6ea079a90b0c65e8233953bfb9cde2b6d1.tar.gz |
ti-sgx-ddk-um: update SRCREV to pick up Mesa-based EGL/GLES libraries
This is the initial step toward Mesa-based EGL/GLES libraries which
support all the required EGL 1.5 extensions. We plan to provide a
Mesa-pvr recipe to build Mesa from source and SGX/DDK patches where
ti-sgx-ddk-um shall provide the EGL/GLES plugins only at the next step.
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb index 7a6f013e..ecf3ffcc 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | |||
@@ -11,7 +11,7 @@ PR = "r34" | |||
11 | BRANCH = "ti-img-sgx/thud/${PV}" | 11 | BRANCH = "ti-img-sgx/thud/${PV}" |
12 | 12 | ||
13 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" |
14 | SRCREV = "87d7e5c1e4db1bab048939c9719059d549c1e8dd" | 14 | SRCREV = "2a2e5bb090ced870d73ed4edbc54793e952cc6d8" |
15 | 15 | ||
16 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" | 16 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" |
17 | TARGET_PRODUCT_ti33x = "ti335x" | 17 | TARGET_PRODUCT_ti33x = "ti335x" |
@@ -47,7 +47,9 @@ S = "${WORKDIR}/git" | |||
47 | 47 | ||
48 | do_install () { | 48 | do_install () { |
49 | oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} | 49 | oe_runmake install DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} |
50 | ln -sf libGLESv2.so.${PV} ${D}${libdir}/libGLESv2.so.1 | 50 | ln -sf libGLESv2.so ${D}${libdir}/libGLESv2.so.1 |
51 | |||
52 | rm -rf ${D}${includedir}/GL | ||
51 | 53 | ||
52 | chown -R root:root ${D} | 54 | chown -R root:root ${D} |
53 | } | 55 | } |
@@ -58,14 +60,11 @@ FILES_${PN} += "${includedir}/*" | |||
58 | FILES_${PN} += "${sysconfdir}/*" | 60 | FILES_${PN} += "${sysconfdir}/*" |
59 | 61 | ||
60 | PACKAGES =+ "${PN}-plugins" | 62 | PACKAGES =+ "${PN}-plugins" |
61 | FILES_${PN}-plugins = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libPVRScopeServices.so ${libdir}/libGLESv2.so ${libdir}/libEGL.so ${libdir}/libGLES_CM.so ${libdir}/libpvrDRMWSEGL.so ${libdir}/libpvrGBMWSEGL.so ${libdir}/libpvrws_WAYLAND.so" | 63 | FILES_${PN}-plugins = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libPVRScopeServices.so ${libdir}/libGLESv2.so ${libdir}/libEGL.so ${libdir}/libGLESv1_CM.so ${libdir}/libGLES_CM.so ${libdir}/libGLESv1_PVR_MESA.so ${libdir}/libGLESv2_PVR_MESA.so" |
62 | RDEPENDS_${PN} += "${PN}-plugins" | 64 | RDEPENDS_${PN} += "${PN}-plugins" |
63 | 65 | ||
64 | ALLOW_EMPTY_${PN}-plugins = "1" | 66 | ALLOW_EMPTY_${PN}-plugins = "1" |
65 | 67 | ||
66 | INHIBIT_PACKAGE_STRIP = "1" | ||
67 | INHIBIT_SYSROOT_STRIP = "1" | ||
68 | |||
69 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" | 68 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" |
70 | INSANE_SKIP_${PN}-plugins = "dev-so" | 69 | INSANE_SKIP_${PN}-plugins = "dev-so" |
71 | INSANE_SKIP_${PN} += "already-stripped" | 70 | INSANE_SKIP_${PN} += "already-stripped" |