RPI-B.conf revision 264108
1#
2# $FreeBSD: stable/10/release/arm/RPI-B.conf 264108 2014-04-04 07:43:11Z gjb $
3#
4
5# Build chroot configuration
6TARGET="amd64"
7TARGET_ARCH="amd64"
8SVNROOT="svn://svn.FreeBSD.org/"
9SRCBRANCH="base/stable/10@rHEAD"
10DOCBRANCH="doc/head@rHEAD"
11PORTBRANCH="ports/head@rHEAD"
12NODOC=yes
13
14# Build target configuration
15# Since this file is sourced by a script that runs another
16# script, these must be exported.
17set -a
18WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
19KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
20CHROOTDIR="/scratch"
21EMBEDDEDBUILD=1
22EMBEDDEDPORTS="lang/python textproc/gsed"
23XDEV="arm"
24XDEV_ARCH="armv6"
25KERNEL="RPI-B"
26CROCHETSRC="https://github.com/kientzle/crochet-freebsd"
27CROCHETBRANCH="trunk"
28UBOOTSRC="https://github.com/gonzoua/u-boot-pi"
29UBOOTBRANCH="trunk"
30UBOOTDIR="/tmp/crochet/u-boot-rpi"
31set +a
32