release: update to 4.2.8 - #12075
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7feaf9c1ae
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| PV = "4.2.8" | ||
|
|
||
| SRCREV = "v${PV}" |
There was a problem hiding this comment.
Keep the Yocto recipe on a published tag
When this next-version bump is merged by the release workflow (staging-release.yaml computes the next patch and runs update_version.sh), PV becomes 4.2.8 while SRCREV still expands to v${PV}. Until the future v4.2.8 tag is created, BitBake fetches that tag from GitHub and fails, so consumers of the recipe from master lose a working latest-stable recipe; leave this recipe at the last published PV or point it at an existing commit.
Useful? React with 👍 / 👎.
Update next release to 4.2.8 version.