summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-01-21 08:44:34 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2015-01-27 09:10:43 -0200
commitdb343da3e4eb2afa6a72f7526751bb8d8ba287e1 (patch)
tree2240a5d6cd67046ddba0e98861b32c5faa51859a /recipes-bsp
parent80ad0f2e5447c1fef976ff9a494d39f78b0eb6d1 (diff)
downloadmeta-fsl-arm-db343da3e4eb2afa6a72f7526751bb8d8ba287e1.tar.gz
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 <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-vpu/imx-vpu-3.10.31-1.1.0/obey-variables.patch27
-rw-r--r--recipes-bsp/imx-vpu/imx-vpu_3.10.31-1.1.0.bb16
-rw-r--r--recipes-bsp/imx-vpu/imx-vpu_5.4.27.bb10
3 files changed, 10 insertions, 43 deletions
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 @@
1Obey CFLAGS, LDFLAGS
2
3Signed-off-by: Christopher Larson <chris_larson@mentor.com>
4Upstream-status: Pending
5
6--- imx-vpu-3.10.17-1.0.0_beta.orig/vpu/Makefile
7+++ imx-vpu-3.10.17-1.0.0_beta/vpu/Makefile
8@@ -1,5 +1,6 @@
9 CC ?=$(CROSS_COMPILE)gcc
10 AR ?=$(CROSS_COMPILE)ar
11+CFLAGS ?= -O2
12
13 # list of platforms which want this test case
14 INCLUDE_LIST:= IMX27ADS IMX51 IMX53 IMX6Q
15@@ -33,10 +34,10 @@ all install :
16 endif
17
18 %.o: %.c
19- $(CC) -D$(PLATFORM) -Wall -O2 -fPIC -c $^ -o $@
20+ $(CC) -D$(PLATFORM) -Wall -fPIC $(CFLAGS) -c $^ -o $@
21
22 $(LIBNAME).so.$(SONAMEVERSION): $(OBJ)
23- $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ -lpthread
24+ $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ $(LDFLAGS) -lpthread
25
26 $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION)
27 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 @@
1# Copyright (C) 2013, 2014 Freescale Semiconductor
2
3require imx-vpu.inc
4
5PE = "1"
6
7# FIXME: Drop 'beta' suffix for GA release
8SRC_URI = "${FSL_MIRROR}/${PN}-${PV}-beta.bin;fsl-eula=true"
9S = "${WORKDIR}/${PN}-${PV}-beta"
10
11SRC_URI += "file://obey-variables.patch"
12
13SRC_URI[md5sum] = "ab76e7395b6a178a8538a6d5beb87656"
14SRC_URI[sha256sum] = "22d0542bd4d7beb88084575c834bf9045c8e2acc43acdd2ec4e0e5534b4b9c5e"
15
16COMPATIBLE_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 @@
1# Copyright (C) 2013-2015 Freescale Semiconductor
2
3require imx-vpu.inc
4
5PE = "1"
6
7SRC_URI[md5sum] = "3dc36b427fc2b91af05504f39f8f964f"
8SRC_URI[sha256sum] = "e4e983f465c2ed296908dfe2bfcff2890c8f05b38f6ae98e7a7879b23a2b1a4e"
9
10COMPATIBLE_MACHINE = "(mx6)"