diff options
author | Glen Barber <gjb@FreeBSD.org> | 2015-05-05 21:08:50 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2015-05-05 21:08:50 +0000 |
commit | ace79aa796cb7c00aa4de41eaab41d49bb9aa019 (patch) | |
tree | 730f4ff25087be875d985549561521e266691170 /release/arm/BEAGLEBONE.conf | |
parent | 0de2373fa256a79ac68691c5cd7283cae6501c15 (diff) | |
download | src-ace79aa796cb7c00aa4de41eaab41d49bb9aa019.tar.gz src-ace79aa796cb7c00aa4de41eaab41d49bb9aa019.zip |
Fix building BEAGLEBONE images with Crochet using the
sysutils/u-boot-beaglebone port:
- In arm/BEAGLEBONE.conf, set EMBEDDEDPORTS to the
sysutils/u-boot-beaglebone port.
- In arm/release.sh, remove BEAGLEBONE from setting WANT_UBOOT
- In tools/arm/crochet-BEAGLEBONE.conf, override the
beaglebone_check_uboot(), and set BEAGLEBONE_UBOOT to
/tmp/external/u-boot-beaglebone, and create symlinks to the
u-boot files in /usr/local/share/u-boot-beaglebone and the
uEnv.txt file in crochet/board/Beaglebone/files.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=282515
Diffstat (limited to 'release/arm/BEAGLEBONE.conf')
-rw-r--r-- | release/arm/BEAGLEBONE.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/arm/BEAGLEBONE.conf b/release/arm/BEAGLEBONE.conf index 4efb61d20bec..72337f831cc3 100644 --- a/release/arm/BEAGLEBONE.conf +++ b/release/arm/BEAGLEBONE.conf @@ -13,6 +13,7 @@ export WORLD_FLAGS="-j $(sysctl -n hw.ncpu)" export KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))" export CHROOTDIR="/scratch" export EMBEDDEDBUILD=1 +export EMBEDDEDPORTS="sysutils/u-boot-beaglebone" # Build chroot configuration load_chroot_env() { |