WebPlatformForEmbedded / meta-wpe

Yocto/OE - Web Platform for Embedded (WPE)
79 stars 75 forks source link

compiling meta-wpe for x86_64 machine #630

Open ralagarsamyjs opened 1 month ago

ralagarsamyjs commented 1 month ago

as of today(28/10/2024), trying to build wpewebkit from meta-wpe for x86_64. getting below error. i am using latest yoe-distro and git@github.com:WebPlatformForEmbedded/meta-wpe

bitbake wpewebkit ERROR: Variable BB_ENV_EXTRAWHITE has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR: Shell environment variable BB_ENV_EXTRAWHITE has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR: Exiting to allow enviroment variables to be corrected

Tried to update where BB_ENV_EXTRAWHITE is being used, but it seems that it is not there

sources/poky/scripts/contrib/convert-variable-renames.py:"BB_ENV_EXTRAWHITE" : "BB_ENV_PASSTHROUGH_ADDITIONS", sources/poky/documentation/migration-guides/migration-4.0.rst:- BB_ENV_EXTRAWHITE became :term:BB_ENV_PASSTHROUGH_ADDITIONS grep: sources/poky/bitbake/lib/bb/pycache/data_smart.cpython-310.pyc: binary file matches sources/poky/bitbake/lib/bb/data_smart.py: "BB_ENV_EXTRAWHITE": "BB_ENV_PASSTHROUGH_ADDITIONS", sources/poky/bitbake/ChangeLog: used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used How to solve this build setup error?