Hey,
We want to build 6.6.23 and include QT6.7. We have added qtwebenigne to the BSP and masked the meta-chromium recipe.
When the system bitbake qtwebenigne, the system will hang. But my system has 32G RAM.
Bitbake thread set 4.
How to set up an environment for compiling qtwebengine?
已解决! 转到解答。
The step is very simple.
1. Download BSP 6.6.23 BSP from NXP.
2. DISTRO=fsl-imx-xwayland MACHINE=imx8mm-lpddr4-evk source imx-setup-release.sh -b
build-xwayland
3. Modify the local.conf (set thread to
4. Add IMAGE_INSTALL:append = " packagegroup-qt6-webengine" in local.conf
5. Mask #BBLAYERS += "${BSPDIR}/sources/meta-browser/meta-chromium" in bblayer.conf
6.bitbake imx-image-full