-
Notifications
You must be signed in to change notification settings - Fork 18
Software updates for 25.09 release #297
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
Open
hnez
wants to merge
16
commits into
linux-automation:walnascar
Choose a base branch
from
hnez:updates-20250917
base: walnascar
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
817a28c
to
e0ed0a3
Compare
This makes updating this recipe by script easier. Signed-off-by: Leonard Göhrs <[email protected]>
This makes updating this recipe by script easier. Signed-off-by: Leonard Göhrs <[email protected]>
This makes updating this recipe by script easier. Signed-off-by: Leonard Göhrs <[email protected]>
This makes updating this recipe by script easier. Signed-off-by: Leonard Göhrs <[email protected]>
This makes updating this recipe by script easier. Signed-off-by: Leonard Göhrs <[email protected]>
This makes it easier to update the tacd_git.bb using a script. Signed-off-by: Leonard Göhrs <[email protected]>
This makes updating this recipe by script easier. Signed-off-by: Leonard Göhrs <[email protected]>
This aligns the recipe with others. Signed-off-by: Leonard Göhrs <[email protected]>
This aligns the recipe with others and makes updating it via script easier. Signed-off-by: Leonard Göhrs <[email protected]>
This makes it easier to update recipe by scipt, since we can use git tags to check for new versions. Signed-off-by: Leonard Göhrs <[email protected]>
This is now the way to update rust dependencies in yocto. Signed-off-by: Leonard Göhrs <[email protected]>
This is now the way to update rust dependencies in yocto. Signed-off-by: Leonard Göhrs <[email protected]>
Since we are just using some commit and it does not really have releases. Signed-off-by: Leonard Göhrs <[email protected]>
Recent bcu no longer needs libcurl, because its self-updating feature was removed. Remove the patch via bbappend until the upstream recipe is updated. Signed-off-by: Leonard Göhrs <[email protected]>
The license itself did not change, just the license text was updated so that it no longer contains the FSF postal address. Signed-off-by: Leonard Göhrs <[email protected]>
This updates all software packages to their most recent (applicable) version. - The qdl (Qualcomm Download) package was switched from a _git.bb package to a versioned release, since it has seen a release quite recently[1]. - The bottom[2] package was not updated, even though it had a new release, because one of its dependencies requires a more recent rust compiler than we currently have. The updates were generated using a script proposed for merging in a pull request[3], with the "Auto generated" headers stripped. [1]: https://github.com/linux-msm/qdl/releases/tag/v2.2 [2]: https://github.com/ClementTsang/bottom [3]: linux-automation#296 Signed-off-by: Leonard Göhrs <[email protected]>
e0ed0a3
to
3e5f2fa
Compare
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.
This updates software packages we carry locally in meta-lxatac to their most recent release.
The only exception is the bottom package, which was not updated because newer versions require a newer rustc compiler than we currently have.
This PR contains the same recipe changes as #296, but not the tool that generated them.
The tool may spark some discussions, that should not hold us back from updating these software packages and creating a new tacos / meta-lxatac release.