From 67aa0eff2f5c87a8601514636a262b88a784a11d Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 4 Apr 2014 07:42:12 +0000 Subject: [PATCH] Merge r262906 from ^/projects/release-embedded: Remove only-works-on-amd64 restriction. Sponsored by: The FreeBSD Foundation --- release/arm/BEAGLEBONE.conf | 8 -------- release/arm/PANDABOARD.conf | 8 -------- release/arm/RPI-B.conf | 8 -------- release/arm/WANDBOARD-QUAD.conf | 8 -------- 4 files changed, 32 deletions(-) diff --git a/release/arm/BEAGLEBONE.conf b/release/arm/BEAGLEBONE.conf index 5eb15d552247..c71eba864c69 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 f39a6ec7db90..48021ec55f65 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 5dad3d7ad737..840a29aba41c 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 c6c3fa53b0a1..3e6e7ec2ac0f 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"