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