pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Thu Nov  3 10:55:49 UTC 2022

Added Files:
        pkgsrc/sysutils/u-boot: distinfo-2022.10
        pkgsrc/sysutils/u-boot/patches-2022.10: patch-scripts_Makefile.spl

Log Message:
Add patches for U-Boot 2022.10


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot/distinfo-2022.10
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/sysutils/u-boot/distinfo-2022.10
diff -u /dev/null pkgsrc/sysutils/u-boot/distinfo-2022.10:1.1
--- /dev/null   Thu Nov  3 10:55:49 2022
+++ pkgsrc/sysutils/u-boot/distinfo-2022.10     Thu Nov  3 10:55:48 2022
@@ -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

Index: pkgsrc/sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl
diff -u /dev/null pkgsrc/sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl:1.1
--- /dev/null   Thu Nov  3 10:55:49 2022
+++ pkgsrc/sysutils/u-boot/patches-2022.10/patch-scripts_Makefile.spl   Thu Nov  3 10:55:49 2022
@@ -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