Browse Source

MEN-4395: Bump mender-rpi-uboot to 2020.01

Changelog: The standard RasperryPi configuration now comes with UBoot 2020.01 as
the default.
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
2.4.x
Ole Petter 4 years ago
parent
commit
22f44a2cd5
No known key found for this signature in database GPG Key ID: 399DBE0F4D4B02EB
  1. 2
      configs/raspberrypi_config

2
configs/raspberrypi_config

@ -10,7 +10,7 @@ MENDER_COPY_BOOT_GAP=n
# 4MB alignment
MENDER_PARTITION_ALIGNMENT="4194304"
RASPBERRYPI_BINARIES="${RASPBERRYPI_CONFIG}-2019.01.tar.gz"
RASPBERRYPI_BINARIES="${RASPBERRYPI_CONFIG}-2020.01.tar.gz"
RASPBERRYPI_BINARIES_URL="${MENDER_STORAGE_URL}/mender-convert/uboot/raspberrypi/${RASPBERRYPI_BINARIES}"
function platform_modify() {

Loading…
Cancel
Save