RPI-B.conf revision 280777
1#
2# $FreeBSD: stable/10/release/arm/RPI-B.conf 280777 2015-03-28 05:11:16Z 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"
25XDEV_FLAGS="WITH_GCC=1 WITH_GNUCXX=1 WITHOUT_CLANG_IS_CC=1"
26KERNEL="RPI-B"
27CROCHETSRC="https://github.com/freebsd/crochet"
28CROCHETBRANCH="trunk@r744"
29UBOOTSRC="https://github.com/gonzoua/u-boot-pi"
30UBOOTBRANCH="trunk"
31UBOOTDIR="/tmp/crochet/u-boot-rpi"
32set +a
33