mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-07-19 18:39:09 +02:00
README: Document qtwebengine incompatibility with meta-chromium
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
98a81081c6
commit
ab039305fa
19
README
19
README
|
@ -133,7 +133,7 @@ Yocto build to untar packages from the NXP mirror. Please read this license agre
|
||||||
setup process because, once accepted, all further work in the Yocto environment is tied to this accepted agreement.
|
setup process because, once accepted, all further work in the Yocto environment is tied to this accepted agreement.
|
||||||
|
|
||||||
Chromium
|
Chromium
|
||||||
---------
|
--------
|
||||||
Add Chromium to your Wayland or X11-based image by adding the following lines to local.conf:
|
Add Chromium to your Wayland or X11-based image by adding the following lines to local.conf:
|
||||||
|
|
||||||
IMAGE_INSTALL:append = \
|
IMAGE_INSTALL:append = \
|
||||||
|
@ -148,11 +148,18 @@ Build server host requirements for chromium 74 version:
|
||||||
|
|
||||||
Chromium will have compilation errors, if any of the above host requirements are not met.
|
Chromium will have compilation errors, if any of the above host requirements are not met.
|
||||||
|
|
||||||
QTWebEngine
|
QtWebEngine
|
||||||
--------
|
-----------
|
||||||
Qtwebengine is not built by default so add this to local.conf or image recipe. It is supported only on the machines
|
QtWebEngine is not built by default, so add this to local.conf or image recipe. It is supported only on the machines
|
||||||
that has GPU.
|
that have GPU.
|
||||||
IMAGE_INSTALL:append = "packagegroup-qt6-webengine"
|
|
||||||
|
IMAGE_INSTALL:append = "packagegroup-qt6-webengine"
|
||||||
|
|
||||||
|
QtWebEngine is not compatible with the meta-chromium layer used by the release. If you are using the NXP build setup,
|
||||||
|
please be sure to remove meta-chromium from bblayers.conf:
|
||||||
|
|
||||||
|
# Commented out due to incompatibility with qtwebengine
|
||||||
|
#BBLAYERS += "${BSPDIR}/sources/meta-browser/meta-chromium"
|
||||||
|
|
||||||
There are many browsers available using QtWebEngine and can be found here:
|
There are many browsers available using QtWebEngine and can be found here:
|
||||||
/usr/share/examples/webengine
|
/usr/share/examples/webengine
|
||||||
|
|
Loading…
Reference in New Issue
Block a user