buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/raspberrypi-usbboot: bump to version 2021.07.01
Date: Sat, 8 Jan 2022 19:04:14 +0100	[thread overview]
Message-ID: <20220108190414.6b638ea8@gmx.net> (raw)
In-Reply-To: <20220108162146.2735403-1-fontaine.fabrice@gmail.com>

Hello Fabrice,

On Sat,  8 Jan 2022 17:21:46 +0100, Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/raspberrypi-usbboot/raspberrypi-usbboot.hash | 2 +-
>  package/raspberrypi-usbboot/raspberrypi-usbboot.mk   | 5 +++--
>  2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/package/raspberrypi-usbboot/raspberrypi-usbboot.hash b/package/raspberrypi-usbboot/raspberrypi-usbboot.hash
> index 3f66b12ff1..cedc5fb7e1 100644
> --- a/package/raspberrypi-usbboot/raspberrypi-usbboot.hash
> +++ b/package/raspberrypi-usbboot/raspberrypi-usbboot.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated
> -sha256  e4a07df05c23e0eba100d4013367e7823e3b8bc72da7b79b031bd346616c6ae5  raspberrypi-usbboot-9324fd7034b9d3606aed8a27da74d6d57e066e7e.tar.gz
> +sha256  4565314b38e7c7505b7d32a3b51b49f79c7dd5767d45b86d38e5255ae7489a43  raspberrypi-usbboot-2021.07.01.tar.gz
>
>  # License files
>  sha256  b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1  LICENSE
> diff --git a/package/raspberrypi-usbboot/raspberrypi-usbboot.mk b/package/raspberrypi-usbboot/raspberrypi-usbboot.mk
> index 5d7b433c64..2e4194da0b 100644
> --- a/package/raspberrypi-usbboot/raspberrypi-usbboot.mk
> +++ b/package/raspberrypi-usbboot/raspberrypi-usbboot.mk
> @@ -4,8 +4,9 @@
>  #
>  ################################################################################
>
> -RASPBERRYPI_USBBOOT_VERSION = 9324fd7034b9d3606aed8a27da74d6d57e066e7e
> -RASPBERRYPI_USBBOOT_SITE = $(call github,raspberrypi,usbboot,$(RASPBERRYPI_USBBOOT_VERSION))
> +RASPBERRYPI_USBBOOT_VERSION = 2021.07.01

	$ git log --oneline --reverse
	[...]
9324fd7 Add native Raspberry Pi Imager port - beta
ead3e30 readme: add macOS build step

2048ae6 (2021.07.01) Merge pull request #83 from mrpollo/patch-1

6c4d444 Update Raspberry Pi 4 EEPROM to pieeprom-2021-07-06
59830ea Merge pull request #85 from timg236/pieeprom-2021-07-06
8b1ccc1 Update changelog
9a4887e Fix `install` and `uninstall` targets in Makefile.
3840f3b Merge pull request #86 from cpb-/feature/add-install-target-in-makefile
ff986e4 bootloader: Remove NVMe beta files
c2da05c Merge pull request #88 from peterharperuk/remove_nvme
4608d57 Update bootcode4.bin
76e856d Merge pull request #89 from peterharperuk/master_update
8bcd5ce Bump bootcode.bin
d1a9a5c beta: Add support for secure-boot - see Readme.md
6eb9976 secure-boot: Added example boot.img
78e1830 make-boot-image: Fix typo in docs AFT_SIZE -> FAT_SIZE
58bdaf4 make-boot-image: Use losetup instead of udisksctl
4bdd032 secure-boot BETA documentation updates
5247ffe Merge pull request #77 from nils-werner/patch-1
dc1b95f secure-boot: Move the example PEM file to secure-boot-example
80945ed secure-boot: Update recovery,bootcode4 + EEPROM to latest beta - 2021-10-27
a6e0d8b secure-boot: Update Readme to update max ramdisk size to 96MB
14e28be Corrected the board flag
7b429ab Merge pull request #96 from Dodain/master
09852a9 Corrected the -b flag in the readme.md
879641f Readme: Add docs for examining the contents of boot.img
5f8c233 secure-boot: Add more documentation about the RSA signatures and add optional public key argument
d1ad057 Merge pull request #98 from timg236/secure-boot-hsm
6154fe2 make-boot-image: Fix unmount and set GID
8b390fe make-boot-image: Enable the image size to be specified
fc4035e Update the default EEPROM image to 2021-11-22
a7ed8d1 rpi-eeprom-config: Pull in --edit fixes from rpi-eeprom repo
83c9a96 Merge pull request #103 from timg236/pieeprom-2021-11-22
396b98f secure-boot-recovery: Update to latest 2021-11-22 EEPROM
14ea684 msd: Fix non-2711 MSD support
515b972 Update the default EEPROM image to 2021-12-02
1aca6bc Merge pull request #104 from peterharperuk/update_dec
e5e4994 Remove imager beta release
8bb5820 Use pkg-config to locate libusb-1.0
6b05a3a bootloader: Enable revoke_devkey in secure-boot recovery.bin
a7d4ec4 (HEAD) Merge pull request #108 from timg236/secure-boot-revoke-devkey

The version bump to 2021.07.01 gains one readme update, why not bump
to head/latest (after testing the result)?

Regards,
Peter


> +RASPBERRYPI_USBBOOT_SITE = \
> +	$(call github,raspberrypi,usbboot,v$(RASPBERRYPI_USBBOOT_VERSION))
>  RASPBERRYPI_USBBOOT_LICENSE = Apache-2.0
>  RASPBERRYPI_USBBOOT_LICENSE_FILES = LICENSE
>

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-01-08 18:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-08 16:21 [Buildroot] [PATCH 1/1] package/raspberrypi-usbboot: bump to version 2021.07.01 Fabrice Fontaine
2022-01-08 17:26 ` Peter Korsgaard
2022-01-08 18:04 ` Peter Seiderer [this message]
2022-01-08 18:10   ` Fabrice Fontaine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220108190414.6b638ea8@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).