Skip to content
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

Add Ubuntu 22.04 images #81

Merged
merged 4 commits into from
Sep 26, 2022
Merged

Conversation

JoshuaWatt
Copy link
Collaborator

Adds the Ubuntu 22.04 images and also makes Pyrex compatible with Yocto 4.0

Adds compatibility with Yocto 4.0; specifically BB_ENV_WHITELIST was
renamed BB_ENV_PASSTHROUGH_ADDITIONS

Closes: garmin#80
Creates the Pyrex images for Ubuntu 22.04

Note: There is no "oetest" image for 22.04 because it was rolled into
the "oe" image previously and was only kept as an alias for backward
compatibility.

Closes: garmin#78
The latest version of black requires a few more corrections
When run outside of Pyrex, bitbake exits asynchronously which means that
it may still be cleaning up after the front-end `bitbake` command
returns. This can race with the directory deletion in test_top_dir, so
add a loop to wait up to 20 seconds for bitbake to be done before doing
the cleanup.
@JoshuaWatt JoshuaWatt merged commit 049630c into garmin:master Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants