RPI-B.conf revision 259994
1178479Sjb#
2178479Sjb# $FreeBSD: user/gjb/hacking/release-embedded/release/arm/RPI-B.conf 259994 2013-12-28 02:27:06Z gjb $
3178479Sjb#
4178479Sjb
5178479Sjb# This is only supported on amd64 right now.  It may work on
6178479Sjb# i386, but I do not have the hardware to test, so until I get
7178479Sjb# a VM set up to make sure, be cautious and assume it will not.
8178479Sjbif [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then
9178479Sjb    echo "This is only supported on amd64 right now."
10178479Sjb    exit 0
11178479Sjbfi
12178479Sjb
13178479Sjb# Build chroot configuration
14178479SjbTARGET="amd64"
15178479SjbTARGET_ARCH="amd64"
16178479SjbSVNROOT="svn://svn.FreeBSD.org"
17178479SjbSRCBRANCH="base/head@rHEAD"
18178479SjbDOCBRANCH="doc/head@rHEAD"
19178479SjbPORTBRANCH="ports/head@rHEAD"
20178479SjbNODOC=yes
21178479Sjb
22178479Sjb# Build target configuration
23178479Sjb# Since this file is sourced by a script that runs another
24178479Sjb# script, these must be exported.
25178479Sjbset -a
26178479SjbCHROOTDIR="/scratch"
27178479SjbEMBEDDEDBUILD=1
28178479SjbEMBEDDEDPORTS="lang/python textproc/gsed"
29178479SjbXDEV="arm"
30178479SjbXDEV_ARCH="arm"
31178479SjbKERNEL="RPI-B"
32178479SjbCROCHETSRC="https://github.com/kientzle/crochet-freebsd"
33178479SjbCROCHETBRANCH="trunk"
34178479SjbUBOOTSRC="https://github.com/gonzoua/u-boot-pi"
35178479SjbUBOOTBRANCH="trunk"
36178479SjbUBOOTDIR="/tmp/crochet/u-boot-rpi"
37178479Sjbset +a
38178479Sjb