bitbake: Add optional --yocto-release#321
Merged
robwoolley merged 1 commit intoros-infrastructure:masterfrom Aug 1, 2025
Merged
bitbake: Add optional --yocto-release#321robwoolley merged 1 commit intoros-infrastructure:masterfrom
robwoolley merged 1 commit intoros-infrastructure:masterfrom
Conversation
dad7ac2 to
1e2c5a8
Compare
The Styhead release introduces changes to the WORKDIR variable such
that S = ${WORKDIR} is no longer supported.
https://docs.yoctoproject.org/dev/migration-guides/migration-5.1.html#workdir-changes
This means that superflore needs to be aware of the target Yocto Project
release so that it can write the recipe correctly.
This introduces the --yocto-release option which allows one to
specify older releases. If it is not set we should presume that
the recipe is being generated for the latest release under development.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
1e2c5a8 to
1bf3ef8
Compare
nuclearsandwich
approved these changes
Jul 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Styhead release introduces changes to the WORKDIR variable such that S = ${WORKDIR} is no longer supported.
https://docs.yoctoproject.org/dev/migration-guides/migration-5.1.html#workdir-changes
This means that superflore needs to be aware of the target Yocto Project release so that it can write the recipe correctly.
This introduces the --yocto-release option which allows one to specify older releases. If it is not set we should presume that the recipe is being generated for the latest release under development.