Date: Wed, 8 Apr 2015 22:02:16 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r281284 - stable/10/release/tools/arm Message-ID: <201504082202.t38M2G3P067977@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Wed Apr 8 22:02:15 2015 New Revision: 281284 URL: https://svnweb.freebsd.org/changeset/base/281284 Log: MFC r280861: s/AutoSize/Growfs/ following upstream commit r761. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/tools/arm/crochet-BEAGLEBONE.conf stable/10/release/tools/arm/crochet-PANDABOARD.conf stable/10/release/tools/arm/crochet-RPI-B.conf stable/10/release/tools/arm/crochet-WANDBOARD-QUAD.conf stable/10/release/tools/arm/crochet-ZEDBOARD.conf Directory Properties: stable/10/ (props changed) Modified: stable/10/release/tools/arm/crochet-BEAGLEBONE.conf ============================================================================== --- stable/10/release/tools/arm/crochet-BEAGLEBONE.conf Wed Apr 8 21:52:06 2015 (r281283) +++ stable/10/release/tools/arm/crochet-BEAGLEBONE.conf Wed Apr 8 22:02:15 2015 (r281284) @@ -7,7 +7,7 @@ board_setup BeagleBone option ImageSize 1gb -option AutoSize +option Growfs export MAKEOBJDIRPREFIX=/usr/obj FREEBSD_SRC=/usr/src Modified: stable/10/release/tools/arm/crochet-PANDABOARD.conf ============================================================================== --- stable/10/release/tools/arm/crochet-PANDABOARD.conf Wed Apr 8 21:52:06 2015 (r281283) +++ stable/10/release/tools/arm/crochet-PANDABOARD.conf Wed Apr 8 22:02:15 2015 (r281284) @@ -7,7 +7,7 @@ board_setup PandaBoard option ImageSize 1gb -option AutoSize +option Growfs export MAKEOBJDIRPREFIX=/usr/obj FREEBSD_SRC=/usr/src Modified: stable/10/release/tools/arm/crochet-RPI-B.conf ============================================================================== --- stable/10/release/tools/arm/crochet-RPI-B.conf Wed Apr 8 21:52:06 2015 (r281283) +++ stable/10/release/tools/arm/crochet-RPI-B.conf Wed Apr 8 22:02:15 2015 (r281284) @@ -7,7 +7,7 @@ board_setup RaspberryPi option ImageSize 1gb -option AutoSize +option Growfs export MAKEOBJDIRPREFIX=/usr/obj FREEBSD_SRC=/usr/src Modified: stable/10/release/tools/arm/crochet-WANDBOARD-QUAD.conf ============================================================================== --- stable/10/release/tools/arm/crochet-WANDBOARD-QUAD.conf Wed Apr 8 21:52:06 2015 (r281283) +++ stable/10/release/tools/arm/crochet-WANDBOARD-QUAD.conf Wed Apr 8 22:02:15 2015 (r281284) @@ -7,7 +7,7 @@ board_setup Wandboard option ImageSize 1gb -option AutoSize +option Growfs export MAKEOBJDIRPREFIX=/usr/obj FREEBSD_SRC=/usr/src Modified: stable/10/release/tools/arm/crochet-ZEDBOARD.conf ============================================================================== --- stable/10/release/tools/arm/crochet-ZEDBOARD.conf Wed Apr 8 21:52:06 2015 (r281283) +++ stable/10/release/tools/arm/crochet-ZEDBOARD.conf Wed Apr 8 22:02:15 2015 (r281284) @@ -7,7 +7,7 @@ board_setup ZedBoard option ImageSize 1gb -option AutoSize +option Growfs export MAKEOBJDIRPREFIX=/usr/obj FREEBSD_SRC=/usr/src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504082202.t38M2G3P067977>