Skip to content

Commit

Permalink
fix: fix raspberrypi firmware url
Browse files Browse the repository at this point in the history
This fixes the url of the raspberry pi firmware.
In commit 15a6834 this was changed from a
source github tarball to a release tarball. The release tarball does not
contain the DTB files needed.

Changing it to a source tarball of the fw release will probably fix
siderolabs/talos#9981 (unable to crosscompile
u-boot on my machine)

Signed-off-by: Nico Berlee <[email protected]>
Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
nberlee authored and frezbo committed Dec 23, 2024
1 parent 2f30031 commit a802dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ format: v1alpha2
vars:
# renovate: datasource=github-tags depName=raspberrypi/firmware
raspberrypi_firmware_version: 1.20241126
raspberrypi_firmware_sha256: 020dbcdbb30af5942a62fc3eb355449aba45276b67e864dee2522ff53fd936e6
raspberrypi_firmware_sha512: 7860a7a913a35313031e07295a2c8b40b6f0e97523abf8053f0d792106dde53332755c7ab3bbe2a08b7817f77b11242637c1b0520bfb6d2d58642f6e9c4d1a52
raspberrypi_firmware_sha256: 66868553e2c1e07802992784f1e368f189723b299bd136337ed0d8e7820ae6c5
raspberrypi_firmware_sha512: a95d634a88152454d4111aef6d2141662c197d265d0cf2c4ea9901a5233218031180306a9a39d2a2a5eea4d5ddf7a6804550ba1bd3622e13067691e43139c636

# renovate: datasource=github-tags extractVersion=^v(?<version>.*)$ depName=u-boot/u-boot
uboot_version: 2024.07
Expand Down
2 changes: 1 addition & 1 deletion artifacts/raspberrypi-firmware/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- stage: base
steps:
- sources:
- url: https://github.com/raspberrypi/firmware/releases/download/{{ .raspberrypi_firmware_version }}/raspi-firmware_{{ .raspberrypi_firmware_version }}.orig.tar.xz
- url: https://github.com/raspberrypi/firmware/archive/refs/tags/{{ .raspberrypi_firmware_version }}.tar.gz
destination: raspberrypi-firmware.tar.xz
sha256: "{{ .raspberrypi_firmware_sha256 }}"
sha512: "{{ .raspberrypi_firmware_sha512 }}"
Expand Down

0 comments on commit a802dbb

Please sign in to comment.