Skip to content

bitbake: Add optional --yocto-release#321

Merged
robwoolley merged 1 commit intoros-infrastructure:masterfrom
robwoolley:add-yocto-release
Aug 1, 2025
Merged

bitbake: Add optional --yocto-release#321
robwoolley merged 1 commit intoros-infrastructure:masterfrom
robwoolley:add-yocto-release

Conversation

@robwoolley
Copy link
Contributor

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.

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>
@robwoolley robwoolley merged commit de17f82 into ros-infrastructure:master Aug 1, 2025
10 checks passed
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