-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitbake 2.0 refuses to run in pyrex; inclusive language violations #80
Comments
At the highest level, I think we have a few options to approach this issue. From most-desirable to least-...
|
FYI |
JoshuaWatt
added a commit
to JoshuaWatt/pyrex
that referenced
this issue
Sep 26, 2022
Adds compatibility with Yocto 4.0; specifically BB_ENV_WHITELIST was renamed BB_ENV_PASSTHROUGH_ADDITIONS Closes: garmin#80
JoshuaWatt
added a commit
to JoshuaWatt/pyrex
that referenced
this issue
Sep 26, 2022
Adds compatibility with Yocto 4.0; specifically BB_ENV_WHITELIST was renamed BB_ENV_PASSTHROUGH_ADDITIONS Closes: garmin#80
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running any bitbake version >= 2.0 within a pyrex container, bitbake will throw a fatal error during recipe parsing and return code
1
.The error source is here, and it was added to enforce restrictions on insufficiently inclusive variables being defined in the environment. Bitbake will error whenever
BB_ENV_EXTRAWHITE
is defined in the execution environment, and it is unconditionally defined by pyrex.pyrex/pyrex.py
Lines 554 to 557 in bebe3f9
pyrex/image/capture.sh
Lines 100 to 103 in bebe3f9
Bitbake 2.0 support is needed for pyrex users to build the OE kirkstone release and beyond.
The text was updated successfully, but these errors were encountered: