Closed hirenp closed 11 years ago
I believe, I had a bit older tree. Updated it and trying again. Will update here.
On Jun 21, 2013, at 8:43 AM, hirenp wrote:
I believe, I had a bit older tree. Updated it and trying again. Will update here.
Those features have been moved out of the core of Crochet and into options.
You should now use:
option UsrSrc option UsrPorts
Since there's been no update, I'll assume this is fixed. Please let me know if you're still seeing it.
This is how my config.sh looks:
board_setup BeagleBone IMAGE_SIZE=$((13900 * MB)) # for 16 Gigabyte card option SwapFile 768mb FREEBSD_SRC=/home/hirenp/current FREEBSD_INSTALL_USR_SRC=yes FREEBSD_INSTALL_USR_PORTS=yes FREEBSD_WORLD_EXTRA_ARGS="-j 8" FREEBSD_BUILDWORLD_EXTRA_ARGS="-DNOCLEAN" FREEBSD_KERNEL_EXTRA_ARGS="-j 8" FREEBSD_BUILDKERNEL_EXTRA_ARGS="-DNOCLEAN"
But in the generated image I do not see /usr/src/ or /usr/ports/ populated.
cheers, Hiren