mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-23 07:42:19 +02:00
README: Mark Chromium 32-bit as no longer supported [YOCIMX-8422]
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
d13f816f3a
commit
5474d67d01
14
README
14
README
|
@ -134,20 +134,18 @@ is displayed. To continue, users must agree to the conditions of this license. T
|
||||||
Yocto build to untar packages from the NXP mirror. Please read this license agreement carefully during the
|
Yocto build to untar packages from the NXP mirror. Please read this license agreement carefully during the
|
||||||
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 for 64-bit
|
||||||
--------
|
-------------------
|
||||||
Add Chromium to a Wayland-based image:
|
Add Chromium to a Wayland-based image:
|
||||||
- add the recipe to the image, e.g., by adding to local.conf:
|
- add the recipe to the image, e.g., by adding to local.conf:
|
||||||
IMAGE_INSTALL:append = " chromium-ozone-wayland"
|
IMAGE_INSTALL:append = " chromium-ozone-wayland"
|
||||||
- add the meta-chromium layer:
|
- add the meta-chromium layer:
|
||||||
$: bitbake-layers add-layer ../sources/meta-browser/meta-chromium
|
$: bitbake-layers add-layer ../sources/meta-browser/meta-chromium
|
||||||
|
|
||||||
Build server host requirements for chromium 74 version:
|
Chromium for 32-bit
|
||||||
|
-------------------
|
||||||
- Host gcc version should be gcc 7. Ubuntu 18.04 has a default gcc 7 version.
|
Chromium is no longer supported for 32-bit. The problem is Chromium no longer supports fbdev, which is required by
|
||||||
- Increase ulimit (number of open file descriptors) to 4098
|
the Vivante GPU drivers.
|
||||||
|
|
||||||
Chromium will have compilation errors, if any of the above host requirements are not met.
|
|
||||||
|
|
||||||
QtWebEngine
|
QtWebEngine
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user