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:
Tom Hochstein 2024-10-18 14:03:57 -05:00
parent d13f816f3a
commit 5474d67d01

14
README
View File

@ -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
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 the recipe to the image, e.g., by adding to local.conf:
IMAGE_INSTALL:append = " chromium-ozone-wayland"
- add the meta-chromium layer:
$: bitbake-layers add-layer ../sources/meta-browser/meta-chromium
Build server host requirements for chromium 74 version:
- Host gcc version should be gcc 7. Ubuntu 18.04 has a default gcc 7 version.
- Increase ulimit (number of open file descriptors) to 4098
Chromium will have compilation errors, if any of the above host requirements are not met.
Chromium for 32-bit
-------------------
Chromium is no longer supported for 32-bit. The problem is Chromium no longer supports fbdev, which is required by
the Vivante GPU drivers.
QtWebEngine
-----------