[meta-freescale] [meta-fsl-arm][PATCH] Fix zero-copy patch for imx6 so that the plugin will be build

Thomas Senyk thomas.senyk at pelagicore.com
Tue Jun 3 02:14:25 PDT 2014


The "*imx6* {" is a check on mkspec name which doesn't contain
"imx6" in the case of building with bitbake.

When building with bitbake, it's the recipes deciding which
code/patch goes in -> we need to check here

Signed-off-by: Thomas Senyk <thomas.senyk at pelagicore.com>
---
 qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch b/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch
index ec495e8..b49b0a9 100644
--- a/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch
+++ b/qt5-layer/recipes-qt/qt5/qtmultimedia/add-imx6-support.patch
@@ -835,12 +835,10 @@ new file mode 100644
 index 0000000..ecc1c0c
 --- /dev/null
 +++ b/src/plugins/videonode/videonode.pro
-@@ -0,0 +1,5 @@
+@@ -0,0 +1,3 @@
 +TEMPLATE = subdirs
 +
-+*imx6* {
-+    SUBDIRS += imx6
-+}
++SUBDIRS += imx6
 -- 
 2.0.0.rc2
 
-- 
2.0.0



More information about the meta-freescale mailing list