-
Notifications
You must be signed in to change notification settings - Fork 18
tools: update: add a script that automatically generates new bb files #296
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
base: walnascar
Are you sure you want to change the base?
Conversation
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]>
Signed-off-by: Leonard Göhrs <[email protected]>
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]>
0c66dad
to
6b8860b
Compare
Signed-off-by: Leonard Göhrs <[email protected]>
This should make it easier to keep up to date with upstream package updates. Signed-off-by: Leonard Göhrs <[email protected]>
Signed-off-by: Recipe Updater Bot <[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 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]>
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]>
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]>
I have converted this PR to draft for now, not because I do not think that it could me merged as-is, but because I think that the tool may generate some discussions and I would like to fast-track the software updates first. This is why I have created #297, which only contains the recipe cleanups and software updates and which should be reviewed / merged first. |
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]>
This change is based on a similar pull request in labgrid-project/meta-labgrid#74.
The script here is simplified compared to the one in the other PR, because we do not need as many update methods.
The PR also contains a GitHub workflow that automatically runs the script on a schedule and opens a pull request whenever updates are available.