diff options
author | Koen Kooi <koen@openembedded.org> | 2010-08-11 12:04:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-11 12:04:59 +0200 |
commit | 56f7be76454e47732462a74fae31e26bb4d01575 (patch) | |
tree | 4ad1b7e15d9de4d25850e27406909d980819c03f /recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb | |
parent | d1c85b533319f7616ba70cfd0ce0a8c6a669b9b4 (diff) |
omap3-sgx-modules: add patch to fix texture width detection
Diffstat (limited to 'recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb')
-rw-r--r-- | recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 202c8e6ef8..0d2818be20 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" -PR_append = "b" +PR_append = "c" # download required binary distribution from: # http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html @@ -15,7 +15,9 @@ IMGPV = "1.4.14.2616" BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin" SRC_URI = "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \ + file://texture-width.patch;striplevel=2 \ " + S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM" inherit module |