svn commit: r345503 - stable/12/release/arm64

Glen Barber gjb at FreeBSD.org
Mon Mar 25 14:50:40 UTC 2019


Author: gjb
Date: Mon Mar 25 14:50:38 2019
New Revision: 345503
URL: https://svnweb.freebsd.org/changeset/base/345503

Log:
  MFC 345379:
   Bump the IMAGE_SIZE for arm64 SoC images to prevent failures due
   to full filesystem.  This makes the size of the arm64 SoC images
   consistent with armv6 and armv7.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/release/arm64/PINE64-LTS.conf
  stable/12/release/arm64/PINE64.conf
  stable/12/release/arm64/RPI3.conf
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/release/arm64/PINE64-LTS.conf
==============================================================================
--- stable/12/release/arm64/PINE64-LTS.conf	Mon Mar 25 14:08:49 2019	(r345502)
+++ stable/12/release/arm64/PINE64-LTS.conf	Mon Mar 25 14:50:38 2019	(r345503)
@@ -9,7 +9,7 @@ EMBEDDEDBUILD=1
 EMBEDDEDPORTS="sysutils/u-boot-sopine"
 FAT_SIZE="54m -b 1m"
 FAT_TYPE="16"
-IMAGE_SIZE="2560M"
+IMAGE_SIZE="3072M"
 KERNEL="GENERIC"
 MD_ARGS="-x 63 -y 255"
 NODOC=1

Modified: stable/12/release/arm64/PINE64.conf
==============================================================================
--- stable/12/release/arm64/PINE64.conf	Mon Mar 25 14:08:49 2019	(r345502)
+++ stable/12/release/arm64/PINE64.conf	Mon Mar 25 14:50:38 2019	(r345503)
@@ -9,7 +9,7 @@ EMBEDDEDBUILD=1
 EMBEDDEDPORTS="sysutils/u-boot-pine64"
 FAT_SIZE="54m -b 1m"
 FAT_TYPE="16"
-IMAGE_SIZE="2560M"
+IMAGE_SIZE="3072M"
 KERNEL="GENERIC"
 MD_ARGS="-x 63 -y 255"
 NODOC=1

Modified: stable/12/release/arm64/RPI3.conf
==============================================================================
--- stable/12/release/arm64/RPI3.conf	Mon Mar 25 14:08:49 2019	(r345502)
+++ stable/12/release/arm64/RPI3.conf	Mon Mar 25 14:50:38 2019	(r345503)
@@ -11,7 +11,7 @@ EMBEDDEDBUILD=1
 EMBEDDEDPORTS="sysutils/u-boot-rpi3 sysutils/rpi-firmware"
 FAT_SIZE="50m -b 1m"
 FAT_TYPE="16"
-IMAGE_SIZE="2560M"
+IMAGE_SIZE="3072M"
 KERNEL="GENERIC"
 MD_ARGS="-x 63 -y 255"
 NODOC=1


More information about the svn-src-all mailing list