Merge ^/projects/release-embedded into ^/head.
authorgjb <gjb@FreeBSD.org>
Wed, 5 Mar 2014 23:17:53 +0000 (23:17 +0000)
committergjb <gjb@FreeBSD.org>
Wed, 5 Mar 2014 23:17:53 +0000 (23:17 +0000)
commitf40d4b8f24c221471b24978d5a0666ad38c70b32
treeabe58ba735d2a6b8a3e819ec3dd9288903af300c
parent813e459619ed05280f3f1d53a830d2f7e2df0d3c
parent38f5e1d44f3c0f789afc6d8d3ff00aa8c5522f30
Merge ^/projects/release-embedded into ^/head.

After several months of testing and fixing (and breaking)
various parts of release/release.sh changes, it is now
possible to build FreeBSD/arm images as part of the release
process.

When EMBEDDEDBUILD is set in the release.conf file, release.sh
will create the build environment, then run a separate script
in release/${XDEV}/release.sh [1].  Currently, only arm is
supported.

The release/${XDEV}/release.sh configures the build environment
specific for the target image, such as installing gcc(1),
installing additional third-party software from the ports tree,
and fetching external sources.

Once the build environment is set up, release/${XDEV}/release.sh
runs Crochet, written by Tim Kientzle, which builds the userland
and kernel, and creates an image that can be written to an SD
card with dd(1).  Many thanks to Tim for his work on Crochet.

Sample configurations for FreeBSD/arm boards are in the
release/arm/ directory, and Crochet configuration files for each
board are located in release/tools/arm/.  Supported boards at this
time are: BEAGLEBONE, PANDABOARD, RPI-B, and WANDBOARD-QUAD.

Adding support for additional boards will continue in the
projects/release-embedded/ branch, and incrementally merged back
to head/.

Many thanks to the FreeBSD Foundation for the support and
sponsorship of this project.

[1] XDEV is used in order to keep the various configurations
    organized by architecture, but since TARGET and TARGET_ARCH
    are used to build the chroot, the values of those variables
    cannot be used.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation
release/arm/BEAGLEBONE.conf
release/arm/PANDABOARD.conf
release/arm/RPI-B.conf
release/arm/WANDBOARD-QUAD.conf
release/arm/release.sh
release/release.conf.sample
release/release.sh
share/man/man7/release.7