diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-13 21:31:55 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-13 21:31:55 +0100 |
commit | 0d85e0aac0fa3628a73616647a51a0d699c1586b (patch) | |
tree | f0ed670f49046ff64ec8f08a066df89806905105 /recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb | |
parent | 75268ccf888a07612411491ee0ad3d2ca3366eb8 (diff) |
omap3-sgx-modules: make 1.4.14.2514 the default and make it build against 2.6.32
libgles-omap3: make 3.01.00.02 the default and attempt to fix file permissions
Diffstat (limited to 'recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb')
-rw-r--r-- | recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb index a2c4d32aeb..efb453137f 100644 --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb @@ -1,8 +1,7 @@ DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap3 SoCs" LICENSE = "GPLv2" -DEFAULT_PREFERENCE = "-1" - +PR_append = "a" # 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 @@ -14,8 +13,9 @@ SGXPV = "3_01_00_02" IMGPV = "1.4.14.2514" BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin" -SRC_URI = "file://OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin" - +SRC_URI = "file://OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \ + file://0001-Compile-fixes-for-recent-kernels.patch;patch=1 \ +" S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}/GFX_Linux_KM" inherit module |