All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/2] fix mpfs custom tarballs
@ 2024-08-09  8:53 Jamie Gibbons via buildroot
  2024-08-09  8:53 ` [Buildroot] [PATCH v3 1/2] configs/beaglev_fire: update " Jamie Gibbons via buildroot
  2024-08-09  8:53 ` [Buildroot] [PATCH v3 2/2] configs/microchip_mpfs_icicle: " Jamie Gibbons via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Jamie Gibbons via buildroot @ 2024-08-09  8:53 UTC (permalink / raw)
  To: buildroot; +Cc: Jamie Gibbons, Thomas Petazzoni

Hi all,

The following patchset updates the Linux kernel and U-Boot custom tarballs as
they were updated incorrectly in previous commits. Previously, they were
retrieving from a branch, and storing it into a tarball. This is not the
desired functionality. Now, the custom tarballs retrieve specific release tags
instead, as intended.
This has also means an additional update to the U-Boot and Linux hashes are
required to match changes as the content has been updated.

Thanks Thomas for your feedback on v1 and v2, greatly appreciated - always
learning.

Thanks,
Jamie

v1 -> v2:
- change custom tarballs from using branches to tags
- update Linux hashes as well as U-Boot hashes

v2 - v3:
- add "linux-" and "uboot-" to tarball names to avoid confusion
- update commit titles and messages as per feedback

Jamie Gibbons (2):
  configs/beaglev_fire: update custom tarballs
  configs/microchip_mpfs_icicle: update custom tarballs

 board/beagleboard/beaglev_fire/patches/linux/linux.hash | 2 +-
 board/beagleboard/beaglev_fire/patches/uboot/uboot.hash | 2 +-
 board/microchip/mpfs_icicle/patches/linux/linux.hash    | 2 +-
 board/microchip/mpfs_icicle/patches/uboot/uboot.hash    | 2 +-
 configs/beaglev_fire_defconfig                          | 4 ++--
 configs/microchip_mpfs_icicle_defconfig                 | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.34.1

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-15  9:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09  8:53 [Buildroot] [PATCH v3 0/2] fix mpfs custom tarballs Jamie Gibbons via buildroot
2024-08-09  8:53 ` [Buildroot] [PATCH v3 1/2] configs/beaglev_fire: update " Jamie Gibbons via buildroot
2024-08-15  9:02   ` Thomas Petazzoni via buildroot
2024-08-09  8:53 ` [Buildroot] [PATCH v3 2/2] configs/microchip_mpfs_icicle: " Jamie Gibbons via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.