freebsd / crochet

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

Options UsrPorts, UsrSrc not honored #8

Closed hirenp closed 11 years ago

hirenp commented 11 years ago

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

hirenp commented 11 years ago

I believe, I had a bit older tree. Updated it and trying again. Will update here.

kientzle commented 11 years ago

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

kientzle commented 11 years ago

Since there's been no update, I'll assume this is fixed. Please let me know if you're still seeing it.