pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot Add patches for U-Boot 2022.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5387e2b53e73
branches:  trunk
changeset: 387649:5387e2b53e73
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu Nov 03 10:55:48 2022 +0000

description:
Add patches for U-Boot 2022.10

diffstat:

 sysutils/u-boot/distinfo-2022.10                           |   6 ++++++
 sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl |  13 +++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diffs (27 lines):

diff -r c5276ea66a8d -r 5387e2b53e73 sysutils/u-boot/distinfo-2022.10
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/distinfo-2022.10  Thu Nov 03 10:55:48 2022 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo-2022.10,v 1.1 2022/11/03 10:55:48 jmcneill Exp $
+
+BLAKE2s (u-boot-2022.10.tar.bz2) = 6aa706dd5fa967d9a0d4aff72b3dfc717760035af5c8d9eb8e96b849d651329b
+SHA512 (u-boot-2022.10.tar.bz2) = 95bc1f915a3349f6045e59f46d8514485ca0de1d62303f7026b8e59f3ac539b9545895e0dd736ed7b26f28239db31672ecad2accc3fd99356a55269697039147
+Size (u-boot-2022.10.tar.bz2) = 18365430 bytes
+SHA1 (patch-scripts_Makefile.spl) = 4b92e1e83e09105a57af9b6d7520abfd46b04b17
diff -r c5276ea66a8d -r 5387e2b53e73 sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl        Thu Nov 03 10:55:48 2022 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-scripts_Makefile.spl,v 1.1 2022/11/03 10:55:49 jmcneill Exp $
+
+--- scripts/Makefile.spl.orig  2022-10-03 19:25:32.000000000 +0000
++++ scripts/Makefile.spl
+@@ -245,7 +245,7 @@ MKIMAGEFLAGS_boot.bin = -T zynqmpimage -
+ endif
+ 
+ $(obj)/$(SPL_BIN)-align.bin: $(obj)/$(SPL_BIN).bin
+-      @dd if=$< of=$@ conv=block,sync bs=4 2>/dev/null;
++      @dd if=$< of=$@ conv=sync bs=4 2>/dev/null;
+ 
+ spl/boot.bin: $(obj)/$(SPL_BIN)-align.bin FORCE
+       $(call if_changed,mkimage)



Home | Main Index | Thread Index | Old Index