From: Lauren Post Date: Wed, 21 Jan 2015 14:44:34 +0000 (-0600) Subject: imx-vpu: Upgrade to 3.10.53-1.1.0 GA release X-Git-Tag: 2.1~687 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9c456064be4d328eec841a195b3466144ea1a1b3;p=meta-freescale.git imx-vpu: Upgrade to 3.10.53-1.1.0 GA release - imx-vpu recipe version changed to internal version 5.4.27 - VPU share memory file open fixes - Upgrade ion usage - Remove obey-variables patch -now included in release Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu-3.10.31-1.1.0/obey-variables.patch b/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu-3.10.31-1.1.0/obey-variables.patch deleted file mode 100644 index 7071e9ec..00000000 --- a/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu-3.10.31-1.1.0/obey-variables.patch +++ /dev/null @@ -1,27 +0,0 @@ -Obey CFLAGS, LDFLAGS - -Signed-off-by: Christopher Larson -Upstream-status: Pending - ---- imx-vpu-3.10.17-1.0.0_beta.orig/vpu/Makefile -+++ imx-vpu-3.10.17-1.0.0_beta/vpu/Makefile -@@ -1,5 +1,6 @@ - CC ?=$(CROSS_COMPILE)gcc - AR ?=$(CROSS_COMPILE)ar -+CFLAGS ?= -O2 - - # list of platforms which want this test case - INCLUDE_LIST:= IMX27ADS IMX51 IMX53 IMX6Q -@@ -33,10 +34,10 @@ all install : - endif - - %.o: %.c -- $(CC) -D$(PLATFORM) -Wall -O2 -fPIC -c $^ -o $@ -+ $(CC) -D$(PLATFORM) -Wall -fPIC $(CFLAGS) -c $^ -o $@ - - $(LIBNAME).so.$(SONAMEVERSION): $(OBJ) -- $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ -lpthread -+ $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ $(LDFLAGS) -lpthread - - $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION) - ln -s $< $@ diff --git a/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_3.10.31-1.1.0.bb b/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_3.10.31-1.1.0.bb deleted file mode 100644 index 85ada495..00000000 --- a/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_3.10.31-1.1.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (C) 2013, 2014 Freescale Semiconductor - -require imx-vpu.inc - -PE = "1" - -# FIXME: Drop 'beta' suffix for GA release -SRC_URI = "${FSL_MIRROR}/${PN}-${PV}-beta.bin;fsl-eula=true" -S = "${WORKDIR}/${PN}-${PV}-beta" - -SRC_URI += "file://obey-variables.patch" - -SRC_URI[md5sum] = "ab76e7395b6a178a8538a6d5beb87656" -SRC_URI[sha256sum] = "22d0542bd4d7beb88084575c834bf9045c8e2acc43acdd2ec4e0e5534b4b9c5e" - -COMPATIBLE_MACHINE = "(mx6)" diff --git a/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_5.4.27.bb b/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_5.4.27.bb new file mode 100644 index 00000000..e733287a --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_5.4.27.bb @@ -0,0 +1,10 @@ +# Copyright (C) 2013-2015 Freescale Semiconductor + +require imx-vpu.inc + +PE = "1" + +SRC_URI[md5sum] = "3dc36b427fc2b91af05504f39f8f964f" +SRC_URI[sha256sum] = "e4e983f465c2ed296908dfe2bfcff2890c8f05b38f6ae98e7a7879b23a2b1a4e" + +COMPATIBLE_MACHINE = "(mx6)"