freebsd / crochet

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

Reflect recent src relocations #215

Closed kevans91 closed 6 years ago

kevans91 commented 6 years ago

r325826 relocated sys/boot/fdt/dts to sys/dts r325834 relocated sys/boot to stand

bsdimp commented 6 years ago

These changes are fine, but I'm surprised by the number of locations that needed to change in the source.

adriaandegroot commented 6 years ago

This change:

-    _FDTDIR=$FREEBSD_SRC/sys/boot/fdt/dts
 +    _FDTDIR=$FREEBSD_SRC/dts

strips sys/ out as well, and it shouldn't. (Sorry, can't comment on the commit / line number exactly).

brd commented 6 years ago

Cherry-picked, thanks!