You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected]: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?
The text was updated successfully, but these errors were encountered:
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 [email protected]: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?
The text was updated successfully, but these errors were encountered: