Hello,
I am trying to compile chromium-ozone-wayland on Yocto for IMX8MP board, but the compilation fails with the error:
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_configure
| ERROR at //.gn:150:5: Assignment had no effect.
| build_dotfile_settings.exec_script_allowlist +
| ^---------------------------------------------
| You set the variable "exec_script_allowlist" here and it was unused before it went
| out of scope.
| WARNING: exit code 1 from a shell command.
ERROR: Task (/home/admin/Dharmik/IMX8M-Plus/sources/meta-browser/meta-chromium/recipes-browser/chromium/chromium-ozone-wayland_138.0.7204.157.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2814 tasks of which 2800 didn't need to be rerun and 1 failed.
I have added CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" in conf/local.conf
Below is my yocto configuration,
Build Configuration:
BB_VERSION = "2.16.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "imx8mp-lpddr4-evk"
DISTRO = "fsl-imx-wayland"
DISTRO_VERSION = "6.18-whinlatter"
TUNE_FEATURES = "aarch64 armv8a crc crypto"
Thanks,
Dharmik