diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-04-01 08:43:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:31 +0200 |
commit | 4958b6d873d9b9b3b02800ef133b9d4e7202aec9 (patch) | |
tree | 9928cb4266be8743e9ada72efa3fc321bde38b66 | |
parent | e1599e0096803726435e8316276c6550e24ec5c9 (diff) |
powervr-drivers: .05 was the internal release, switch to .06 that is available externally
-rw-r--r-- | recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb (renamed from recipes/powervr-drivers/libgles-omap3_3.01.00.05.bb) | 8 | ||||
-rw-r--r-- | recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/recipes/powervr-drivers/libgles-omap3_3.01.00.05.bb b/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb index 3264a0897d..eb7ed303e9 100644 --- a/recipes/powervr-drivers/libgles-omap3_3.01.00.05.bb +++ b/recipes/powervr-drivers/libgles-omap3_3.01.00.06.bb @@ -1,6 +1,4 @@ -DEFAULT_PREFERENCE = "-1" - -PR = "r2" +#DEFAULT_PREFERENCE = "-1" BINLOCATION = "${S}/gfx_rel_es3.x" @@ -12,9 +10,9 @@ ES5LOCATION = "${S}/gfx_rel_es5.x" require libgles-omap3.inc # download required binary distribution from: -# http://software-dl.ti.com/dsps/forms/export.html?prod_no=/OMAP35x_Graphics_SDK_setuplinux_3_01_00_02.bin +# http://software-dl.ti.com/dsps/forms/export.html?prod_no=/OMAP35x_Graphics_SDK_setuplinux_3_01_00_06.bin -SGXPV = "3_01_00_05" +SGXPV = "3_01_00_06" IMGPV = "1.4.14.2616" BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin" diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb index 8c4c7569b0..88eb2147fe 100644 --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap3 SoCs" LICENSE = "GPLv2" -DEFAULT_PREFERENCE = "-1" +#DEFAULT_PREFERENCE = "-1" PR_append = "a" # download required binary distribution from: @@ -10,7 +10,7 @@ PR_append = "a" TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" require ../ti/ti-eula-unpack.inc -SGXPV = "3_01_00_05" +SGXPV = "3_01_00_06" IMGPV = "1.4.14.2616" BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin" |