2019-03-13 07:11 AM
Hi,
I have followed link...
https://wiki.st.com/stm32mpu/index.php/STM32MP1_Distribution_Package#Checking_the_prerequisites
5.1 Initializing the OpenEmbedded build environment
PC $> DISTRO=openstlinux-eglfs MACHINE=stm32mp1 source layers/meta-qt5/script???
Which script has to be executed for Qt?
Solved! Go to Solution.
2019-03-28 07:19 AM
After investigation about "stm32mp1-disco" machine build, there is no pb. The build fails because of host PC resource reaching the limits (even on a powerful PC). So the principle when this kind of problem occurs (generally at the end of the build around the webkit compilation) is to launch again the compilation (with -k bitbake option). After few trials, the build will normally succeed (this is what we can observe on our side).