From 664005f4dd6e797331139c054e597652784df378 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 10 Mar 2011 18:02:52 +0100 Subject: libgles-omap3: update 4.03 release to 02 Signed-off-by: Koen Kooi --- .../powervr-drivers/libgles-omap3_4.03.00.01.bb | 31 ---------------------- .../powervr-drivers/libgles-omap3_4.03.00.02.bb | 31 ++++++++++++++++++++++ .../omap3-sgx-modules_1.6.16.3977.bb | 8 +++--- 3 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 recipes/powervr-drivers/libgles-omap3_4.03.00.01.bb create mode 100644 recipes/powervr-drivers/libgles-omap3_4.03.00.02.bb diff --git a/recipes/powervr-drivers/libgles-omap3_4.03.00.01.bb b/recipes/powervr-drivers/libgles-omap3_4.03.00.01.bb deleted file mode 100644 index 4b3a3fcffe..0000000000 --- a/recipes/powervr-drivers/libgles-omap3_4.03.00.01.bb +++ /dev/null @@ -1,31 +0,0 @@ -# untested and huge change from 1.4.x -DEFAULT_PREFERENCE = "-1" - -BINLOCATION = "${S}/gfx_rel_es3.x" - -ES2LOCATION = "${S}/gfx_rel_es2.x" -ES3LOCATION = "${S}/gfx_rel_es3.x" -ES5LOCATION = "${S}/gfx_rel_es5.x" - -require libgles-omap3.inc - -# download required binary distribution from: -# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html -# see libgles-omap3.inc for detailed installation instructions - -SGXPV = "4_03_00_01" -IMGPV = "1.6.16.3977" -BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin" - -SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \ - file://cputype \ - file://rc.pvr \ - file://sample.desktop \ - file://99-bufferclass.rules \ -" - -SRC_URI[md5sum] = "4163ee51bc05689b6f61e7eadf5ab9cf" -SRC_URI[sha256sum] = "1afe0dc4974c3c0a0ccf267a531d0964459d1cdf1929e732958230641973da94" - -S = "${WORKDIR}/Graphics_SDK_${SGXPV}" - diff --git a/recipes/powervr-drivers/libgles-omap3_4.03.00.02.bb b/recipes/powervr-drivers/libgles-omap3_4.03.00.02.bb new file mode 100644 index 0000000000..e4daa23891 --- /dev/null +++ b/recipes/powervr-drivers/libgles-omap3_4.03.00.02.bb @@ -0,0 +1,31 @@ +# untested and huge change from 1.4.x +DEFAULT_PREFERENCE = "-1" + +BINLOCATION = "${S}/gfx_rel_es3.x" + +ES2LOCATION = "${S}/gfx_rel_es2.x" +ES3LOCATION = "${S}/gfx_rel_es3.x" +ES5LOCATION = "${S}/gfx_rel_es5.x" + +require libgles-omap3.inc + +# download required binary distribution from: +# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html +# see libgles-omap3.inc for detailed installation instructions + +SGXPV = "4_03_00_02" +IMGPV = "1.6.16.3977" +BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin" + +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \ + file://cputype \ + file://rc.pvr \ + file://sample.desktop \ + file://99-bufferclass.rules \ +" + +SRC_URI[md5sum] = "ff8c1f2b8e4cb42f4ced6a613b081ada" +SRC_URI[sha256sum] = "cdb0bd3964e107733d632aa8224e0537b05c1ffac34befc036423458c8d75255" + +S = "${WORKDIR}/Graphics_SDK_${SGXPV}" + diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb index 5dd80fd7f8..867e21ddd2 100644 --- a/recipes/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb @@ -11,18 +11,18 @@ LICENSE = "GPLv2" TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" require ../ti/ti-eula-unpack.inc -SGXPV = "4_03_00_01" +SGXPV = "4_03_00_02" IMGPV = "1.6.16.3977" BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin" inherit module -MACHINE_KERNEL_PR_append = "h" +MACHINE_KERNEL_PR_append = "i" SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \ " -SRC_URI[md5sum] = "4163ee51bc05689b6f61e7eadf5ab9cf" -SRC_URI[sha256sum] = "1afe0dc4974c3c0a0ccf267a531d0964459d1cdf1929e732958230641973da94" +SRC_URI[md5sum] = "ff8c1f2b8e4cb42f4ced6a613b081ada" +SRC_URI[sha256sum] = "cdb0bd3964e107733d632aa8224e0537b05c1ffac34befc036423458c8d75255" S = "${WORKDIR}/Graphics_SDK_${SGXPV}/GFX_Linux_KM" -- cgit 1.2.3-korg