]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-vpu: Upgrade to 3.10.53-1.1.0 GA release
authorLauren Post <lauren.post@freescale.com>
Wed, 21 Jan 2015 14:44:34 +0000 (08:44 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 27 Jan 2015 11:10:43 +0000 (09:10 -0200)
- 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@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu-3.10.31-1.1.0/obey-variables.patch [deleted file]
meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_3.10.31-1.1.0.bb [deleted file]
meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_5.4.27.bb [new file with mode: 0644]

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 (file)
index 7071e9e..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Obey CFLAGS, LDFLAGS
-
-Signed-off-by: Christopher Larson <chris_larson@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/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 (file)
index 85ada49..0000000
+++ /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 (file)
index 0000000..e733287
--- /dev/null
@@ -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)"