Hi Otavio,
>
> git checkout fslc/dunfell-next
>
Ok, that was pretty easy. Thanks.
I configured and built as usual with
$ MACHINE=imx6qdlsabresd DISTRO=fsl-wayland source setup-environment
build-fsl-wayland
$ bitbake -k fsl-image-machine-test
And got the errors:
Summary: 4 tasks failed:
/home/georg/src/bsp-dunfell-community-next/sources/meta-freescale/recipes-bsp/u-boot/u-boot-imx_2020.04.bb:do_compile
/home/georg/src/bsp-dunfell-community-next/sources/poky/meta/recipes-graphics/mesa/mesa_20.0.2.bb:do_configure
/home/georg/src/bsp-dunfell-community-next/sources/meta-freescale/recipes-bsp/imx-test/imx-test_git.bb:do_compile
/home/georg/src/bsp-dunfell-community-next/sources/meta-freescale-distro/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_5.0.2.bb:do_compile
So gstreamer plugins work on dunfell next and if I copy the complete gstreamer
recipe folder back to dunfell, then it works too. Only gstreamer-plugins-bad
fails if copied alone.
Mesa and the imx-test errors are the same as in plain dunfell.
The imx-test error could be fixed with a patch:
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;
}
And the mesa error message is
"meson.build:455:4: ERROR: Problem encountered: building dri drivers require
at least one windowing system or classic osmesa"
which is already known according to
https://github.com/Freescale/meta-freescale/issues/115
So if I add USE_OSMESA_ONLY_mx6 ?= "yes" in the mesa_%.bbappend, then it works
but I think this is not the best solution.
Do you have a better idea for this related to the IMX6 and a not mainlined
Kernel?
Best regards
Georg
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.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24425):
https://lists.yoctoproject.org/g/meta-freescale/message/24425
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]]
-=-=-=-=-=-=-=-=-=-=-=-