Hi @ah_mini!
I compile the image without errors.
I follow the steps below:
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential
chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils
iputils-ping python3-git python3-jinja2 python3-subunit zstd liblz4-tool file
locales libacl1
$ mkdir imx-yocto-bsp
$ cd imx-yocto-bsp
$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-scarthgap -m imx-6.6.23-2.0.0.xml
$ repo sync
$: MACHINE=imx8mpevk DISTRO=fsl-imx-xwayland source ./imx-setup-release.sh -b bld-xwayland
$ nano conf/local.conf
#add the line CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland"
$ bitbake imx-image-multimedia
do you modify something in one recipe?
maybe one package is missing?
Best Regards!
Chavira