Deleted Added
full compact
PANDABOARD.conf (261221) PANDABOARD.conf (262314)
1#
1#
2# $FreeBSD: user/gjb/hacking/release-embedded/release/arm/PANDABOARD.conf 261221 2014-01-28 03:09:57Z gjb $
2# $FreeBSD: projects/release-embedded/release/arm/PANDABOARD.conf 262314 2014-02-21 23:18:35Z gjb $
3#
4
5# This is only supported on amd64 right now. It may work on
6# i386, but I do not have the hardware to test, so until I get
7# a VM set up to make sure, be cautious and assume it will not.
8if [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then
9 echo "This is only supported on amd64 right now."
10 exit 0

--- 7 unchanged lines hidden (view full) ---

18DOCBRANCH="doc/head@rHEAD"
19PORTBRANCH="ports/head@rHEAD"
20NODOC=yes
21
22# Build target configuration
23# Since this file is sourced by a script that runs another
24# script, these must be exported.
25set -a
3#
4
5# This is only supported on amd64 right now. It may work on
6# i386, but I do not have the hardware to test, so until I get
7# a VM set up to make sure, be cautious and assume it will not.
8if [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then
9 echo "This is only supported on amd64 right now."
10 exit 0

--- 7 unchanged lines hidden (view full) ---

18DOCBRANCH="doc/head@rHEAD"
19PORTBRANCH="ports/head@rHEAD"
20NODOC=yes
21
22# Build target configuration
23# Since this file is sourced by a script that runs another
24# script, these must be exported.
25set -a
26WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
27KERNEL_FLAGS="-j $(expr \( $(sysctl -n hw.ncpu) + 1 \) / 2)"
26CHROOTDIR="/scratch"
27EMBEDDEDBUILD=1
28EMBEDDEDPORTS="lang/python textproc/gsed"
29XDEV="arm"
30XDEV_ARCH="armv6"
31KERNEL="PANDABOARD"
32CROCHETSRC="https://github.com/kientzle/crochet-freebsd"
33CROCHETBRANCH="trunk"
34set +a
35
28CHROOTDIR="/scratch"
29EMBEDDEDBUILD=1
30EMBEDDEDPORTS="lang/python textproc/gsed"
31XDEV="arm"
32XDEV_ARCH="armv6"
33KERNEL="PANDABOARD"
34CROCHETSRC="https://github.com/kientzle/crochet-freebsd"
35CROCHETBRANCH="trunk"
36set +a
37