summaryrefslogtreecommitdiffstats
path: root/release/arm
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-04-04 07:42:12 +0000
committergjb <gjb@FreeBSD.org>2014-04-04 07:42:12 +0000
commitda0c56cf243c2c28e5e40f6fbf81cf76c92bd745 (patch)
treeddeae1a6989a2f7e4e6a02a876ebef25c7d6a2db /release/arm
parent9ca8f86a7e2ff14d63e5feacce655cb9b3f4b948 (diff)
downloadFreeBSD-src-da0c56cf243c2c28e5e40f6fbf81cf76c92bd745.zip
FreeBSD-src-da0c56cf243c2c28e5e40f6fbf81cf76c92bd745.tar.gz
Merge r262906 from ^/projects/release-embedded:
Remove only-works-on-amd64 restriction. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/arm')
-rw-r--r--release/arm/BEAGLEBONE.conf8
-rw-r--r--release/arm/PANDABOARD.conf8
-rw-r--r--release/arm/RPI-B.conf8
-rw-r--r--release/arm/WANDBOARD-QUAD.conf8
4 files changed, 0 insertions, 32 deletions
diff --git a/release/arm/BEAGLEBONE.conf b/release/arm/BEAGLEBONE.conf
index 5eb15d5..c71eba8 100644
--- a/release/arm/BEAGLEBONE.conf
+++ b/release/arm/BEAGLEBONE.conf
@@ -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"
diff --git a/release/arm/PANDABOARD.conf b/release/arm/PANDABOARD.conf
index f39a6ec..48021ec 100644
--- a/release/arm/PANDABOARD.conf
+++ b/release/arm/PANDABOARD.conf
@@ -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"
diff --git a/release/arm/RPI-B.conf b/release/arm/RPI-B.conf
index 5dad3d7..840a29a 100644
--- a/release/arm/RPI-B.conf
+++ b/release/arm/RPI-B.conf
@@ -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"
diff --git a/release/arm/WANDBOARD-QUAD.conf b/release/arm/WANDBOARD-QUAD.conf
index c6c3fa5..3e6e7ec 100644
--- a/release/arm/WANDBOARD-QUAD.conf
+++ b/release/arm/WANDBOARD-QUAD.conf
@@ -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"
OpenPOWER on IntegriCloud