diff options
author | Anand Balagopalakrishnan <anandb@ti.com> | 2016-02-29 12:42:37 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-29 16:15:56 -0500 |
commit | a64524579aed9a7954e0366f810e6a9e2c7efd56 (patch) | |
tree | dc397b49a74ab1f9d6ec6deacbd01e939ccf09b1 /recipes-graphics | |
parent | 648a2cc05798453c86d0c2de6cefa044e59ae2c8 (diff) | |
download | meta-ti-a64524579aed9a7954e0366f810e6a9e2c7efd56.tar.gz |
omap5-sgx-ddk-um-linux: remove version 1.9.0.12 as replaced by 1.14.3699939
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
4 files changed, 0 insertions, 88 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/powervr.ini b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/powervr.ini deleted file mode 100644 index e69de29b..00000000 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/powervr.ini +++ /dev/null | |||
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/rc.pvr b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/rc.pvr deleted file mode 100644 index 2711d6b7..00000000 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/rc.pvr +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | case "$1" in | ||
4 | start) | ||
5 | |||
6 | echo "Initializing the graphics driver ..." | ||
7 | pvrsrvinit | ||
8 | |||
9 | ;; | ||
10 | stop) | ||
11 | # Nothing to be done. | ||
12 | ;; | ||
13 | *) | ||
14 | echo "Usage: $0 {start|stop}" | ||
15 | exit 1 | ||
16 | ;; | ||
17 | esac | ||
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 deleted file mode 100644 index 5b5608e3..00000000 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux/ti33x/powervr.ini +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | [default] | ||
2 | WindowSystem=libpvrDRMWSEGL_FRONT.so | ||
3 | #WindowSystem=libpvrDRMWSEGL.so | ||
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 deleted file mode 100644 index 0cdab96e..00000000 --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb +++ /dev/null | |||
@@ -1,67 +0,0 @@ | |||
1 | DESCRIPTION = "Userspace libraries for SGX" | ||
2 | HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" | ||
3 | LICENSE = "TI-TSPA" | ||
4 | LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" | ||
5 | |||
6 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" | ||
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
8 | |||
9 | BRANCH_omap-a15 = "master" | ||
10 | BRANCH_ti33x = "am3/k4.1" | ||
11 | BRANCH_ti43x = "am4/k4.1" | ||
12 | |||
13 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" | ||
14 | SRCREV_omap-a15 = "b6801bf89e00d69893c2957455bbeb3195c0ed52" | ||
15 | SRCREV_ti33x = "84ae5444c7cbc3f4c65a226b9fea62d4a513f3e0" | ||
16 | SRCREV_ti43x = "fdf4c0b594ca142a68aabb4c3f82b75be50b46cc" | ||
17 | |||
18 | INITSCRIPT_NAME = "pvr-init" | ||
19 | INITSCRIPT_PARAMS = "defaults 8" | ||
20 | |||
21 | inherit update-rc.d | ||
22 | |||
23 | PR = "r15" | ||
24 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" | ||
25 | |||
26 | RDEPENDS_${PN} += "libdrm" | ||
27 | |||
28 | RREPLACES_${PN} = "libegl libgles1 libgles2" | ||
29 | RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev" | ||
30 | RREPLACES_${PN}-dbg = "libegl-dbg" | ||
31 | |||
32 | S = "${WORKDIR}/git" | ||
33 | |||
34 | SRC_URI_append = " \ | ||
35 | file://rc.pvr \ | ||
36 | file://powervr.ini \ | ||
37 | " | ||
38 | |||
39 | do_install () { | ||
40 | oe_runmake install DESTDIR=${D} | ||
41 | install -d ${D}${sysconfdir}/init.d | ||
42 | install -m 0755 ${WORKDIR}/rc.pvr ${D}${sysconfdir}/init.d/pvr-init | ||
43 | |||
44 | install -d ${D}${sysconfdir} | ||
45 | install -m 0644 ${WORKDIR}/powervr.ini ${D}${sysconfdir}/ | ||
46 | } | ||
47 | |||
48 | FILES_${PN} = "${bindir}/*" | ||
49 | FILES_${PN} += " ${libdir}/*" | ||
50 | FILES_${PN} += "${includedir}/* /usr/share/sgx-lib/" | ||
51 | FILES_${PN} += "${sysconfdir}/init.d/pvr-init" | ||
52 | FILES_${PN} += "${sysconfdir}/powervr.ini" | ||
53 | |||
54 | PACKAGES =+ "${PN}-plugins" | ||
55 | FILES_${PN}-plugins = "" | ||
56 | FILES_${PN}-plugins_ti43x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libpvrws_WAYLAND.so ${libdir}/libpvrws_KMS.so " | ||
57 | FILES_${PN}-plugins_ti33x = "${libdir}/libsrv_init.so ${libdir}/libsrv_um.so ${libdir}/libglslcompiler.so ${libdir}/libpvrDRMWSEGL.so ${libdir}/libpvrDRMWSEGL_FRONT.so " | ||
58 | RDEPENDS_${PN} += "${PN}-plugins" | ||
59 | |||
60 | ALLOW_EMPTY_${PN}-plugins = "1" | ||
61 | |||
62 | INHIBIT_PACKAGE_STRIP = "1" | ||
63 | |||
64 | INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths" | ||
65 | INSANE_SKIP_${PN}-plugins = "dev-so" | ||
66 | |||
67 | CLEANBROKEN = "1" | ||