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

Fix: Use inclusive comparison for bitbake version checks #393

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

deribaucourt
Copy link
Member

The previous checks for bitbake version were using exclusive comparison which caused some features to be disabled despite when the exact version was used.

The previous checks for bitbake version were using exclusive comparison
which caused some features to be disabled despite when the exact version
was used.
Ubuntu 24.04 and above require this to let bitbake run no-network.

Fixes the following error:
  08:48:44.286 [Debug] ERROR: User namespaces are not usable by BitBake, possibly due to AppArmor.
  See https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#unprivileged-user-namespace-restrictions for more information.
@deribaucourt
Copy link
Member Author

Thanks for your review @WilsonZiweiWang

@deribaucourt deribaucourt merged commit b9d5ecd into yoctoproject:staging Feb 6, 2025
5 checks passed
@deribaucourt deribaucourt deleted the fix-semver branch February 6, 2025 16:00
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.

devtool ide-sdk appear to be not available therefore I get the scarthgap version of bitbake i.e. 2.8.0
2 participants