-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Please provide tagged firmware releases as you used to do #1880
Comments
@gwolf Do you just use this for kernel binaries or just the firmware binaries? The kernel binaries in our APT packages don't line up exactly with what would be the commit tag for the firmware release because they are built separately. |
The current apt firmware is:
That corresponds with top commit on stable branch here. We can do that for future apt releases. |
Thanks for the tags, and I see an actual "release" for the latest one. Extra note, this is also useful for Arch Linux (either AUR packages, or ArchLinuxARM packages). |
So the plan is stable branch of raspberrypi/firmware gets tagged. @gwolf does this resolve this issue? |
@popcornmix, Thanks for the heads up! Yes, this is great, I am in the process of preparing a new upload to Debian. |
@gwolf Heads up that the release also has a tarball attached with the non-firmware files stripped out. You might not need your own
|
XECDesign dijo [Mon, Apr 29, 2024 at 02:11:17AM -0700]:
@gwolf Heads up that the release also has a tarball attached with the non-firmware files stripped out. You might not need your own `+ds` version. I'm using the following `watch` file for it:
```
version=4
opts="searchmode=plain,\
uversionmangle=s/%2B/+/g" \
https://api.github.com/repos/raspberrypi/firmware/releases?per_page=50 \
***@***.***@_([^"]+)\.orig\.tar\.xz
```
Thanks a lot! I will definitively look into this for our next release.
|
This project used to tag its releases, which was very good for OS distributors other than Raspberry Pi OS. No newer releases have been tagged since April last year.
We (for Debian) prefer, if possible, not to take the firmware from arbitrary points, but to have you as the software providers tag us stability points. Do you think it is possible to continue providing "official" tags?
Thanks!
The text was updated successfully, but these errors were encountered: