diff options
author | Andrew F. Davis <afd@ti.com> | 2020-02-13 22:29:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-13 18:33:55 +0000 |
commit | 6874bfaba3b8e2a7ac9945d435c50fb90b5bdd72 (patch) | |
tree | 98dd5f1362b4329633a13d01c5d9ecf26a31b84d /recipes-graphics/libgles | |
parent | 418c90c917ee259e1df7425e7a02670edb88cd28 (diff) | |
download | meta-ti-6874bfaba3b8e2a7ac9945d435c50fb90b5bdd72.tar.gz |
ti-sgx-ddk-um: bump SRCREV for zeus support
This also allows us to do two extra tasks so lets do them here:
- Add support back for Beagleboard and Pandaboard
- Remove plugins workaround as SO names are handled correctly now
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/libgles')
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 19 |
1 files changed, 7 insertions, 12 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 ecf3ffcc..129d5cee 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 | |||
@@ -4,19 +4,21 @@ LICENSE = "TI-TSPA" | |||
4 | LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8" | 4 | LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8" |
5 | 5 | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" | 7 | COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3" |
8 | 8 | ||
9 | PR = "r34" | 9 | PR = "r35" |
10 | 10 | ||
11 | BRANCH = "ti-img-sgx/thud/${PV}" | 11 | BRANCH = "ti-img-sgx/zeus/${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 = "2a2e5bb090ced870d73ed4edbc54793e952cc6d8" | 14 | SRCREV = "ce7b96b88d31da27af5b3a2a890aba180a014fc4" |
15 | 15 | ||
16 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" | 16 | TARGET_PRODUCT_omap-a15 = "jacinto6evm" |
17 | TARGET_PRODUCT_ti33x = "ti335x" | 17 | TARGET_PRODUCT_ti33x = "ti335x" |
18 | TARGET_PRODUCT_ti43x = "ti437x" | 18 | TARGET_PRODUCT_ti43x = "ti437x" |
19 | TARGET_PRODUCT_k3 = "ti654x" | 19 | TARGET_PRODUCT_k3 = "ti654x" |
20 | TARGET_PRODUCT_beagleboard = "ti343x" | ||
21 | TARGET_PRODUCT_pandaboard = "ti443x" | ||
20 | 22 | ||
21 | INITSCRIPT_NAME = "rc.pvr" | 23 | INITSCRIPT_NAME = "rc.pvr" |
22 | INITSCRIPT_PARAMS = "defaults 8" | 24 | INITSCRIPT_PARAMS = "defaults 8" |
@@ -59,14 +61,7 @@ FILES_${PN} += " ${libdir}/*" | |||
59 | FILES_${PN} += "${includedir}/*" | 61 | FILES_${PN} += "${includedir}/*" |
60 | FILES_${PN} += "${sysconfdir}/*" | 62 | FILES_${PN} += "${sysconfdir}/*" |
61 | 63 | ||
62 | PACKAGES =+ "${PN}-plugins" | ||
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" | ||
64 | RDEPENDS_${PN} += "${PN}-plugins" | ||
65 | |||
66 | ALLOW_EMPTY_${PN}-plugins = "1" | ||
67 | |||
68 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" | 64 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" |
69 | INSANE_SKIP_${PN}-plugins = "dev-so" | 65 | INSANE_SKIP_${PN} += "already-stripped dev-deps" |
70 | INSANE_SKIP_${PN} += "already-stripped" | ||
71 | 66 | ||
72 | CLEANBROKEN = "1" | 67 | CLEANBROKEN = "1" |