CVS commit: src/distrib/evbarm/installimage

2021-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 31 16:40:59 UTC 2021

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Grow a little


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/evbarm/installimage/Makefile

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

Modified files:

Index: src/distrib/evbarm/installimage/Makefile
diff -u src/distrib/evbarm/installimage/Makefile:1.9 src/distrib/evbarm/installimage/Makefile:1.10
--- src/distrib/evbarm/installimage/Makefile:1.9	Wed Sep  8 07:20:44 2021
+++ src/distrib/evbarm/installimage/Makefile	Fri Dec 31 11:40:59 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.9 2021/09/08 11:20:44 christos Exp $
+#	$NetBSD: Makefile,v 1.10 2021/12/31 16:40:59 christos Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-evbarm-${MACHINE_ARCH}-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1600			# for all installation binaries
+INSTIMAGEMB?=	1650			# for all installation binaries
 
 .if !empty(MACHINE_ARCH:Maarch64*)
 EFIBOOT=		${WORKDIR}/usr/mdec/bootaa64.efi



CVS commit: src/distrib/evbarm/installimage

2021-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 31 16:40:59 UTC 2021

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Grow a little


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/evbarm/installimage/Makefile

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



CVS commit: src/distrib/evbarm/installimage

2021-09-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Sep  8 11:20:44 UTC 2021

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
bump for clang/llvm


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/evbarm/installimage/Makefile

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



CVS commit: src/distrib/evbarm/installimage

2021-09-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Sep  8 11:20:44 UTC 2021

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
bump for clang/llvm


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/evbarm/installimage/Makefile

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

Modified files:

Index: src/distrib/evbarm/installimage/Makefile
diff -u src/distrib/evbarm/installimage/Makefile:1.8 src/distrib/evbarm/installimage/Makefile:1.9
--- src/distrib/evbarm/installimage/Makefile:1.8	Mon Feb  8 14:11:41 2021
+++ src/distrib/evbarm/installimage/Makefile	Wed Sep  8 07:20:44 2021
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.8 2021/02/08 19:11:41 martin Exp $
+#	$NetBSD: Makefile,v 1.9 2021/09/08 11:20:44 christos Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-evbarm-${MACHINE_ARCH}-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	1550			# for all installation binaries
+INSTIMAGEMB?=	1600			# for all installation binaries
 
 .if !empty(MACHINE_ARCH:Maarch64*)
 EFIBOOT=		${WORKDIR}/usr/mdec/bootaa64.efi



CVS commit: src/distrib/evbarm/installimage

2021-02-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb  8 19:11:41 UTC 2021

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Use the same naming scheme for install images as we use for the ISO images.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/evbarm/installimage/Makefile

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

Modified files:

Index: src/distrib/evbarm/installimage/Makefile
diff -u src/distrib/evbarm/installimage/Makefile:1.7 src/distrib/evbarm/installimage/Makefile:1.8
--- src/distrib/evbarm/installimage/Makefile:1.7	Mon Nov 16 11:38:29 2020
+++ src/distrib/evbarm/installimage/Makefile	Mon Feb  8 19:11:41 2021
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile,v 1.7 2020/11/16 11:38:29 rin Exp $
+#	$NetBSD: Makefile,v 1.8 2021/02/08 19:11:41 martin Exp $
 
 .include 
 
-INSTIMGBASE=	NetBSD-${DISTRIBVER}-${MACHINE_ARCH}-install	# gives ${IMGBASE}.img
+INSTIMGBASE=	NetBSD-${DISTRIBVER}-evbarm-${MACHINE_ARCH}-install	# gives ${IMGBASE}.img
 
 INSTIMAGEMB?=	1550			# for all installation binaries
 



CVS commit: src/distrib/evbarm/installimage

2021-02-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb  8 19:11:41 UTC 2021

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Use the same naming scheme for install images as we use for the ISO images.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/evbarm/installimage/Makefile

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



CVS commit: src/distrib/evbarm/installimage

2020-06-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Jun  2 14:27:32 UTC 2020

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Revert previous; always use the same INSTIMAGEMB size regardless of
MKDEBUG. Should fit now that USE_XZ_SETS=yes on aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/evbarm/installimage/Makefile

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



CVS commit: src/distrib/evbarm/installimage

2020-06-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Jun  2 14:27:32 UTC 2020

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Revert previous; always use the same INSTIMAGEMB size regardless of
MKDEBUG. Should fit now that USE_XZ_SETS=yes on aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/evbarm/installimage/Makefile

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

Modified files:

Index: src/distrib/evbarm/installimage/Makefile
diff -u src/distrib/evbarm/installimage/Makefile:1.5 src/distrib/evbarm/installimage/Makefile:1.6
--- src/distrib/evbarm/installimage/Makefile:1.5	Tue Jun  2 10:41:30 2020
+++ src/distrib/evbarm/installimage/Makefile	Tue Jun  2 14:27:32 2020
@@ -1,14 +1,10 @@
-#	$NetBSD: Makefile,v 1.5 2020/06/02 10:41:30 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.6 2020/06/02 14:27:32 jmcneill Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-${MACHINE_ARCH}-install	# gives ${IMGBASE}.img
 
-.if ${MKDEBUG:Uno} != "no"
-INSTIMAGEMB?=	2000			# for all installation binaries w/ debug
-.else
 INSTIMAGEMB?=	1550			# for all installation binaries
-.endif
 
 .if ${MACHINE_ARCH} == "aarch64"
 EFIBOOT=		${WORKDIR}/usr/mdec/bootaa64.efi



CVS commit: src/distrib/evbarm/installimage

2020-06-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Jun  2 10:41:30 UTC 2020

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Use a larger INSTIMAGEMB value for MKDEBUG builds


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/evbarm/installimage/Makefile

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

Modified files:

Index: src/distrib/evbarm/installimage/Makefile
diff -u src/distrib/evbarm/installimage/Makefile:1.4 src/distrib/evbarm/installimage/Makefile:1.5
--- src/distrib/evbarm/installimage/Makefile:1.4	Tue Jun  2 01:34:50 2020
+++ src/distrib/evbarm/installimage/Makefile	Tue Jun  2 10:41:30 2020
@@ -1,10 +1,14 @@
-#	$NetBSD: Makefile,v 1.4 2020/06/02 01:34:50 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.5 2020/06/02 10:41:30 jmcneill Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-${MACHINE_ARCH}-install	# gives ${IMGBASE}.img
 
+.if ${MKDEBUG:Uno} != "no"
+INSTIMAGEMB?=	2000			# for all installation binaries w/ debug
+.else
 INSTIMAGEMB?=	1550			# for all installation binaries
+.endif
 
 .if ${MACHINE_ARCH} == "aarch64"
 EFIBOOT=		${WORKDIR}/usr/mdec/bootaa64.efi



CVS commit: src/distrib/evbarm/installimage

2020-06-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Jun  2 10:41:30 UTC 2020

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Use a larger INSTIMAGEMB value for MKDEBUG builds


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/evbarm/installimage/Makefile

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



CVS commit: src/distrib/evbarm/installimage

2020-06-01 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Jun  2 01:34:50 UTC 2020

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Exclude ramdisk images and empty instkernel directory


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/evbarm/installimage/Makefile

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



CVS commit: src/distrib/evbarm/installimage

2020-06-01 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Jun  2 01:34:50 UTC 2020

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Exclude ramdisk images and empty instkernel directory


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/evbarm/installimage/Makefile

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

Modified files:

Index: src/distrib/evbarm/installimage/Makefile
diff -u src/distrib/evbarm/installimage/Makefile:1.3 src/distrib/evbarm/installimage/Makefile:1.4
--- src/distrib/evbarm/installimage/Makefile:1.3	Sat May 30 12:36:37 2020
+++ src/distrib/evbarm/installimage/Makefile	Tue Jun  2 01:34:50 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2020/05/30 12:36:37 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.4 2020/06/02 01:34:50 jmcneill Exp $
 
 .include 
 
@@ -31,6 +31,7 @@ IMGFILE_EXTRA=\
 	${SYSINSTDIR}/sysinst		.
 
 MD_IMGDIR_EXCLUDE=	-s ',./binary/gzimg.*,,gp'
-MD_IMGDIR_EXCLUDE+=	-s ',./binary/instkernel.*,,gp'
+MD_IMGDIR_EXCLUDE+=	-s ',./installation/instkernel.*,,gp'
+MD_IMGDIR_EXCLUDE+=	-s ',./installation/ramdisk.*,,gp'
 
 .include "${NETBSDSRCDIR}/distrib/common/bootimage/Makefile.installimage"



CVS commit: src/distrib/evbarm/installimage

2020-05-30 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat May 30 12:36:37 UTC 2020

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Make room for debug sets


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/evbarm/installimage/Makefile

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

Modified files:

Index: src/distrib/evbarm/installimage/Makefile
diff -u src/distrib/evbarm/installimage/Makefile:1.2 src/distrib/evbarm/installimage/Makefile:1.3
--- src/distrib/evbarm/installimage/Makefile:1.2	Thu May 28 19:20:57 2020
+++ src/distrib/evbarm/installimage/Makefile	Sat May 30 12:36:37 2020
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.2 2020/05/28 19:20:57 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.3 2020/05/30 12:36:37 jmcneill Exp $
 
 .include 
 
 INSTIMGBASE=	NetBSD-${DISTRIBVER}-${MACHINE_ARCH}-install	# gives ${IMGBASE}.img
 
-INSTIMAGEMB?=	750			# for all installation binaries
+INSTIMAGEMB?=	1550			# for all installation binaries
 
 .if ${MACHINE_ARCH} == "aarch64"
 EFIBOOT=		${WORKDIR}/usr/mdec/bootaa64.efi



CVS commit: src/distrib/evbarm/installimage

2020-05-30 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat May 30 12:36:37 UTC 2020

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Make room for debug sets


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/evbarm/installimage/Makefile

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