diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-04-01 15:43:37 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:31 +0200 |
commit | f8cb152e6b9f25332cfc7fd433a584ea5d685c4b (patch) | |
tree | fd4a0cffaf7470818088645a0dfe560f2ce57523 | |
parent | 4958b6d873d9b9b3b02800ef133b9d4e7202aec9 (diff) |
omap3-sgx-modules: compile in ES5 mode by default, this makes it work on ES2, ES3 and ES5, compiling it in ES3 mode makes it fail on ES5 hw
-rw-r--r-- | recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb | 4 |
1 files changed, 2 insertions, 2 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 88eb2147fe..5b1b21507e 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 @@ -2,7 +2,7 @@ DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap3 SoC LICENSE = "GPLv2" #DEFAULT_PREFERENCE = "-1" -PR_append = "a" +PR_append = "b" # download required binary distribution from: # http://software-dl.ti.com/dsps/forms/export.html?prod_no=/OMAP35x_Graphics_SDK_setuplinux_3_01_00_05.bin @@ -24,7 +24,7 @@ PVRBUILD = "release" INHIBIT_PACKAGE_STRIP = "1" -MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=omap3430" +MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=omap3630" do_install() { mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr |