[oe] [STABLE][PATCH] omap3sgx-modules: sync with .dev * update to build against newer kernels * switch to MACHINE_KERNEL_PR

Philip Balister philip at balister.org
Wed May 27 18:37:49 UTC 2009


Acked-by: Philip Balister <philip at balister.org>

Needed for linux-omap sync patch to build :)

Koen Kooi wrote:
> From: Koen Kooi <koen at openembedded.org>
> 
> Signed-off-by: Koen Kooi <koen at openembedded.org>
> ---
>  .../omap3-sgx-modules_1.3.13.1397.bb               |    7 ++++---
>  1 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb
> index 985a0c0..3f9a3cd 100644
> --- a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb
> +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb
> @@ -1,8 +1,6 @@
>  DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap3 SoCs"
>  LICENSE = "GPLv2"
>  
> -PR = "r6"
> -
>  inherit module
>  
>  SRC_URI = "http://dominion.thruhere.net/koen/OE/omap3-sgx-modules-${PV}.tar.bz2 \
> @@ -16,7 +14,10 @@ PVRBUILD = "release"
>  MAKE_TARGETS = " BUILD=${PVRBUILD}"
>  
>  do_compile_prepend() {
> -	find ${S} -name "*.*o" | xargs rm
> +	find ${S} -name "*.*o" | xargs rm || true
> +	if [ $(echo ${KERNEL_VERSION} | cut -c5,6) -gt 28 ] ; then
> +		sed -i -e 's:omap_dispc_unregister_isr(OMAPLFBVSyncISR):omap_dispc_unregister_isr(OMAPLFBVSyncISR, psSwapChain, DISPC_IRQ_VSYNC):g' services4/3rdparty/dc_omap3430_linux/omaplfb_linux.c
> +	fi
>  }
>  
>  do_install() {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090527/9335474f/attachment-0002.bin>


More information about the Openembedded-devel mailing list