svn commit: r262906 - projects/release-embedded/release/arm

Glen Barber gjb at FreeBSD.org
Fri Mar 7 22:10:41 UTC 2014


Author: gjb
Date: Fri Mar  7 22:10:40 2014
New Revision: 262906
URL: http://svnweb.freebsd.org/changeset/base/262906

Log:
  Remove only-works-on-amd64 restriction.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-embedded/release/arm/BEAGLEBONE.conf
  projects/release-embedded/release/arm/PANDABOARD.conf
  projects/release-embedded/release/arm/RPI-B.conf
  projects/release-embedded/release/arm/WANDBOARD-QUAD.conf

Modified: projects/release-embedded/release/arm/BEAGLEBONE.conf
==============================================================================
--- projects/release-embedded/release/arm/BEAGLEBONE.conf	Fri Mar  7 21:36:49 2014	(r262905)
+++ projects/release-embedded/release/arm/BEAGLEBONE.conf	Fri Mar  7 22:10:40 2014	(r262906)
@@ -2,14 +2,6 @@
 # $FreeBSD$
 #
 
-# This is only supported on amd64 right now.  It may work on
-# i386, but I do not have the hardware to test, so until I get
-# a VM set up to make sure, be cautious and assume it will not.
-if [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then
-    echo "This is only supported on amd64 right now."
-    exit 0
-fi
-
 # Build chroot configuration
 TARGET="amd64"
 TARGET_ARCH="amd64"

Modified: projects/release-embedded/release/arm/PANDABOARD.conf
==============================================================================
--- projects/release-embedded/release/arm/PANDABOARD.conf	Fri Mar  7 21:36:49 2014	(r262905)
+++ projects/release-embedded/release/arm/PANDABOARD.conf	Fri Mar  7 22:10:40 2014	(r262906)
@@ -2,14 +2,6 @@
 # $FreeBSD$
 #
 
-# This is only supported on amd64 right now.  It may work on
-# i386, but I do not have the hardware to test, so until I get
-# a VM set up to make sure, be cautious and assume it will not.
-if [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then
-    echo "This is only supported on amd64 right now."
-    exit 0
-fi
-
 # Build chroot configuration
 TARGET="amd64"
 TARGET_ARCH="amd64"

Modified: projects/release-embedded/release/arm/RPI-B.conf
==============================================================================
--- projects/release-embedded/release/arm/RPI-B.conf	Fri Mar  7 21:36:49 2014	(r262905)
+++ projects/release-embedded/release/arm/RPI-B.conf	Fri Mar  7 22:10:40 2014	(r262906)
@@ -2,14 +2,6 @@
 # $FreeBSD$
 #
 
-# This is only supported on amd64 right now.  It may work on
-# i386, but I do not have the hardware to test, so until I get
-# a VM set up to make sure, be cautious and assume it will not.
-if [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then
-    echo "This is only supported on amd64 right now."
-    exit 0
-fi
-
 # Build chroot configuration
 TARGET="amd64"
 TARGET_ARCH="amd64"

Modified: projects/release-embedded/release/arm/WANDBOARD-QUAD.conf
==============================================================================
--- projects/release-embedded/release/arm/WANDBOARD-QUAD.conf	Fri Mar  7 21:36:49 2014	(r262905)
+++ projects/release-embedded/release/arm/WANDBOARD-QUAD.conf	Fri Mar  7 22:10:40 2014	(r262906)
@@ -2,14 +2,6 @@
 # $FreeBSD$
 #
 
-# This is only supported on amd64 right now.  It may work on
-# i386, but I do not have the hardware to test, so until I get
-# a VM set up to make sure, be cautious and assume it will not.
-if [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then
-    echo "This is only supported on amd64 right now."
-    exit 0
-fi
-
 # Build chroot configuration
 TARGET="amd64"
 TARGET_ARCH="amd64"


More information about the svn-src-projects mailing list