[meta-freescale] [meta-fsl-arm][PATCH 04/16] imx-vpu: Upgrade to 3.10.53-1.1.0 GA release

Lauren Post lauren.post at freescale.com
Wed Jan 21 06:44:34 PST 2015


- 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 <lauren.post at freescale.com>
---
 .../imx-vpu-3.10.31-1.1.0/obey-variables.patch     |   27 --------------------
 recipes-bsp/imx-vpu/imx-vpu_3.10.31-1.1.0.bb       |   16 ------------
 recipes-bsp/imx-vpu/imx-vpu_5.4.27.bb              |   10 ++++++++
 3 files changed, 10 insertions(+), 43 deletions(-)
 delete mode 100644 recipes-bsp/imx-vpu/imx-vpu-3.10.31-1.1.0/obey-variables.patch
 delete mode 100644 recipes-bsp/imx-vpu/imx-vpu_3.10.31-1.1.0.bb
 create mode 100644 recipes-bsp/imx-vpu/imx-vpu_5.4.27.bb

diff --git a/recipes-bsp/imx-vpu/imx-vpu-3.10.31-1.1.0/obey-variables.patch b/recipes-bsp/imx-vpu/imx-vpu-3.10.31-1.1.0/obey-variables.patch
deleted file mode 100644
index 7071e9e..0000000
--- a/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 <chris_larson at mentor.com>
-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/recipes-bsp/imx-vpu/imx-vpu_3.10.31-1.1.0.bb b/recipes-bsp/imx-vpu/imx-vpu_3.10.31-1.1.0.bb
deleted file mode 100644
index 85ada49..0000000
--- a/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/recipes-bsp/imx-vpu/imx-vpu_5.4.27.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.27.bb
new file mode 100644
index 0000000..e733287
--- /dev/null
+++ b/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)"
-- 
1.7.9.5



More information about the meta-freescale mailing list