PANDABOARD.conf revision 262810
138889Sjdp#
285815Sobrien# $FreeBSD: head/release/arm/PANDABOARD.conf 262810 2014-03-05 23:17:53Z gjb $
338889Sjdp#
438889Sjdp
585815Sobrien# This is only supported on amd64 right now.  It may work on
638889Sjdp# i386, but I do not have the hardware to test, so until I get
785815Sobrien# a VM set up to make sure, be cautious and assume it will not.
885815Sobrienif [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then
985815Sobrien    echo "This is only supported on amd64 right now."
1085815Sobrien    exit 0
1138889Sjdpfi
1285815Sobrien
1385815Sobrien# Build chroot configuration
1485815SobrienTARGET="amd64"
1585815SobrienTARGET_ARCH="amd64"
1638889SjdpSVNROOT="svn://svn.FreeBSD.org/"
1785815SobrienSRCBRANCH="base/head@rHEAD"
1885815SobrienDOCBRANCH="doc/head@rHEAD"
1985815SobrienPORTBRANCH="ports/head@rHEAD"
2038889SjdpNODOC=yes
2138889Sjdp
2238889Sjdp# Build target configuration
2338889Sjdp# Since this file is sourced by a script that runs another
2438889Sjdp# script, these must be exported.
2538889Sjdpset -a
2689857SobrienWORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
2738889SjdpKERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
2838889SjdpCHROOTDIR="/scratch"
2985815SobrienEMBEDDEDBUILD=1
3038889SjdpEMBEDDEDPORTS="lang/python textproc/gsed"
3138889SjdpXDEV="arm"
3285815SobrienXDEV_ARCH="armv6"
3385815SobrienKERNEL="PANDABOARD"
3485815SobrienCROCHETSRC="https://github.com/kientzle/crochet-freebsd"
3585815SobrienCROCHETBRANCH="trunk"
3689857Sobrienset +a
3789857Sobrien
3838889Sjdp