Hi Otavio,

>
> We merged the dunfell-next so please upgrade your  'fslc' (using repo
> sync) and please give it a go.
>

Build is ok except uboot (which is now 2020.04), mesa and imx-test.

Is it possible that you apply the appended patch on meta-freescale to fix the 
imx-test package? It adds a patchfile and the patch filename to the recipe.


> The 'fsl-wayland' uses the fsl pinned versions. We don't apply many fixes on
> those. The 'fslc-wayland' would be the equivalent one using the 'fslc' fixed
> forks.
>
Is it possible to build the fsl-image-machine-test with fslc-wayland? I thought 
it is a bad idea to mix fsl images with fslc distros. But I try it.


Best regards,
Georg


Here is the patch for imx-test:

>From ed49d06b52db5e18dad148d51e63b7aae4be1296 Mon Sep 17 00:00:00 2001

Mit freundlichen Grüßen / Best regards,

Georg Hartinger
Software Engineer ARM

Tel: +49 (991) 2700-169
Email: [email protected]
Fax: +49 (991) 2700-27169
Web: www.congatec.com
_____________________________________________________________________


congatec AG|Auwiesenstraße 5|94469
Deggendorf|Germany
_____________________________________________________________________
Vorstand/Executive Board: Jason Carlson (CEO), G. Edi, J. Wenzl, T. Schultze
​Aufsichtsratsvorsitzender/Chairman of Supervisory Board: Dr. Wolfgang Hanrieder
​HRB Deggendorf 2731

Datenschutz - Der Inhalt dieser E-Mail ist vertraulich. Wenn Sie diese E-Mail 
irrtümlich erhalten haben, löschen Sie sie bitte und
benachrichtigen Sie bitte umgehend per Antwort-E-Mail den Absender. In diesem 
Fall darf die E-Mail weder kopiert oder
für andere Zwecke verwendet, noch darf ihr Inhalt anderen Personen offengelegt 
werden.
Privacy Policy - Any e-mail sent from congatec may contain information which is 
confidential. If you are not the intended recipient, you may not
disclose, copy or use it; please notify the sender immediately and delete this 
e-mail and any copies from your systems.
From: Georg Hartinger <[email protected]>
Date: Wed, 30 Sep 2020 16:30:01 +0200
Subject: [PATCH 1/1] imx-test: fix compile issue format-not-a-string-literal

Signed-off-by: Georg Hartinger <[email protected]>
---
 .../fix_compile_issue_format-not-a-string-literal.patch      | 12 ++++++++++++
 recipes-bsp/imx-test/imx-test_git.bb                         |  1 +
 2 files changed, 13 insertions(+)
 create mode 100644 
recipes-bsp/imx-test/imx-test/fix_compile_issue_format-not-a-string-literal.patch

diff --git 
a/recipes-bsp/imx-test/imx-test/fix_compile_issue_format-not-a-string-literal.patch
 
b/recipes-bsp/imx-test/imx-test/fix_compile_issue_format-not-a-string-literal.patch
new file mode 100644
index 0000000..ff6f66b
--- /dev/null
+++ 
b/recipes-bsp/imx-test/imx-test/fix_compile_issue_format-not-a-string-literal.patch
@@ -0,0 +1,12 @@
+diff --git a/test/pxp_lib_test/pxp_test.c b/test/pxp_lib_test/pxp_test.c
+index 107198f..6275aec 100644
+--- a/test/pxp_lib_test/pxp_test.c
++++ b/test/pxp_lib_test/pxp_test.c
+@@ -538,6 +538,6 @@ int main(int argc, char *argv[])
+
+       return 0;
+ usage:
+-      printf(usage);
++      puts(usage);
+       return -1;
+ }
diff --git a/recipes-bsp/imx-test/imx-test_git.bb 
b/recipes-bsp/imx-test/imx-test_git.bb
index 81bbd3a..6a10eb3 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -20,6 +20,7 @@ SRCBRANCH = "lf-5.4.y"
 SRC_URI = " \
     
git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH}
 \
     file://0001-mxc_v4l2_test-fix-compilation-error-produced-by-gcc9.patch \
+    file://fix_compile_issue_format-not-a-string-literal.patch \
     file://memtool_profile \
 "
 SRCREV = "6d20e84f2dbe5940fe6d629c2839e1390994ee1f"
--
2.7.4


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24428): 
https://lists.yoctoproject.org/g/meta-freescale/message/24428
Mute This Topic: https://lists.yoctoproject.org/mt/77177652/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to