Hello, my config is:
BB_VERSION = "1.42.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-18.04"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "imx8mmddr4evk"
DISTRO = "fsl-imx-xwayland"
DISTRO_VERSION = "4.19-warrior"
TUNE_FEATURES = "aarch64"
Chromium bitbake fails on yocto 4.19-warrior with an error:
/home/nxp/imx-yocto-bsp/build-fsl-imx-xwayland/tmp/work/aarch64-mx8mm-poky-linux/chromium-ozone-wayland/75.0.3770.142-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/../../libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/8.3.0/ld: obj/third_party/webrtc/api/audio_codecs/L16/libaudio_decoder_L16.a: error adding symbols: malformed archive
collect2: error: ld returned 1 exit status
Perhaps wrong compiler version?
You can refer to the section 5.6.6 Chromium Browser on X11, XWayland, and Wayland in the document i.MX_Yocto_Project_User's_Guide. Also the https://community.nxp.com/message/1068601?commentID=1068601#comment-1068601 thread will do some help for you.