svn commit: r271676 - head/release/arm

Glen Barber gjb at FreeBSD.org
Tue Sep 16 15:31:13 UTC 2014


Author: gjb
Date: Tue Sep 16 15:31:12 2014
New Revision: 271676
URL: http://svnweb.freebsd.org/changeset/base/271676

Log:
  Catch up with Crochet changes to fix the BEAGLEBONE
  build.
  
  Tested on:	stable/10 at r271618
  MFC after:	3 days
  X-10.1-MFC:	yes
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/arm/release.sh

Modified: head/release/arm/release.sh
==============================================================================
--- head/release/arm/release.sh	Tue Sep 16 15:28:19 2014	(r271675)
+++ head/release/arm/release.sh	Tue Sep 16 15:31:12 2014	(r271676)
@@ -44,8 +44,8 @@ before_build() {
 	case ${KERNEL} in
 		BEAGLEBONE)
 			WANT_UBOOT=1
-			KNOWNHASH="4150e5a4480707c55a8d5b4570262e43af68d8ed3bdc0a433d8e7df47989a69e"
-			UBOOT_VERSION="u-boot-2013.04"
+			KNOWNHASH="7b6444bd23eb61068c43bd1d44ec7e7bfdbce5cadeca20c833eee186b4d3fd31"
+			UBOOT_VERSION="u-boot-2014.04"
 			;;
 		PANDABOARD)
 			WANT_UBOOT=1


More information about the svn-src-head mailing list