freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
609 stars 187 forks source link

cd: stand: No such file or directory #223

Closed brianthetall closed 6 years ago

brianthetall commented 6 years ago

Building FreeBSD aarch64-GENERIC efi at Fri Jan 12 11:28:30 EST 2018 (Logging to /crochet/work/efi-aarch64-GENERIC/_.efi.aarch64-GENERIC.build.log) cd: stand: No such file or directory

From looking at the freebsd.sh script, it looks like it expects a directory called "stand" inside of /usr/src? If this is right, how does one add stand, and the contents it should contain, to their system? Build system is FreeBSD 11.1.

Thanks!

brianthetall commented 6 years ago

To answer my own question: I was referencing my desktop's /usr/src; which for whatever reason, doesn't have a "stand" folder. Once I pointed the config.sh to use a local src folder within crochet, I was prompted to svn checkout the BSD source. That src tree had everything I needed.