aboutsummaryrefslogtreecommitdiff
path: root/release/tools/arm/crochet-RPI2.conf
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-05-06 15:59:29 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-05-06 15:59:29 +0000
commitfea236302d40e547acee94970dfd880448c83332 (patch)
tree9a85c05634f97fbf0da20e1bfee3f681c043b166 /release/tools/arm/crochet-RPI2.conf
parentcf582ac56f75c9db1242ef354d30202759f7b875 (diff)
downloadsrc-fea236302d40e547acee94970dfd880448c83332.tar.gz
src-fea236302d40e547acee94970dfd880448c83332.zip
Remove crochet configuration files and tools/arm/ directory.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-arm-redux/; revision=282555
Diffstat (limited to 'release/tools/arm/crochet-RPI2.conf')
-rw-r--r--release/tools/arm/crochet-RPI2.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/release/tools/arm/crochet-RPI2.conf b/release/tools/arm/crochet-RPI2.conf
deleted file mode 100644
index 7ecab4ca5b44..000000000000
--- a/release/tools/arm/crochet-RPI2.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# $FreeBSD$
-#
-
-# This is the configuration file for use with crochet to produce
-# FreeBSD Raspberry Pi 2 images.
-
-board_setup RaspberryPi2
-option ImageSize 1gb
-option Growfs
-
-export MAKEOBJDIRPREFIX=/usr/obj
-FREEBSD_SRC=/usr/src
-__MAKE_CONF=/dev/null
-SRCCONF=/dev/null
-WORKDIR=/usr/obj
-_BRANCH=$(make -C ${FREEBSD_SRC}/release -V BRANCH)
-_REVISION=$(make -C ${FREEBSD_SRC}/release -V REVISION)
-KERNCONF=RPI2
-TARGET=arm
-TARGET_ARCH=armv6
-FREEBSD_BUILDWORLD_EXTRA_ARGS="${WORLD_FLAGS}"
-FREEBSD_BUILDKERNEL_EXTRA_ARGS="${KERNEL_FLAGS}"
-FREEBSD_INSTALLWORLD_EXTRA_ARGS=""
-FREEBSD_INSTALLKERNEL_EXTRA_ARGS=""
-FREEBSD_WORLD_EXTRA_ARGS=""
-FREEBSD_KERNEL_EXTRA_ARGS=""
-FREEBSD_EXTRA_ARGS=""
-IMG=${WORKDIR}/FreeBSD-${_REVISION}-${_BRANCH}-${TARGET}-${TARGET_ARCH}-${KERNCONF}.img