Author: gjb
Date: Fri Apr 4 07:42:12 2014
New Revision: 264107
URL: http://svnweb.freebsd.org/changeset/base/264107
Log:
Merge r262906 from ^/projects/release-embedded:
Remove only-works-on-amd64 restriction.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/arm/BEAGLEBONE.conf
head/release/arm/PANDABOARD.conf
head/release/arm/RPI-B.conf
head/release/arm/WANDBOARD-QUAD.conf
Modified: head/release/arm/BEAGLEBONE.conf
==============================================================================
--- head/release/arm/BEAGLEBONE.conf Fri Apr 4 07:34:46 2014
(r264106)
+++ head/release/arm/BEAGLEBONE.conf Fri Apr 4 07:42:12 2014
(r264107)
@@ -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: head/release/arm/PANDABOARD.conf
==============================================================================
--- head/release/arm/PANDABOARD.conf Fri Apr 4 07:34:46 2014
(r264106)
+++ head/release/arm/PANDABOARD.conf Fri Apr 4 07:42:12 2014
(r264107)
@@ -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: head/release/arm/RPI-B.conf
==============================================================================
--- head/release/arm/RPI-B.conf Fri Apr 4 07:34:46 2014 (r264106)
+++ head/release/arm/RPI-B.conf Fri Apr 4 07:42:12 2014 (r264107)
@@ -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: head/release/arm/WANDBOARD-QUAD.conf
==============================================================================
--- head/release/arm/WANDBOARD-QUAD.conf Fri Apr 4 07:34:46 2014
(r264106)
+++ head/release/arm/WANDBOARD-QUAD.conf Fri Apr 4 07:42:12 2014
(r264107)
@@ -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"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"