Tim Kientzle

Results 125 comments of Tim Kientzle

You should ask on the freebsd-arm mailing list and see what those folks recommend. More likely, recent changes to the U-Boot port have changed the expected DTB file name. I...

This is a little tricky: Personally, when I include /usr/src on an image, I _want_ to be able to update it using the standard tools. (Especially since doing a straight...

How big do you think /tmp should be?

> In https://github.com/freebsd/crochet/blob/master/lib/scm.sh#L34 svnversion is called to figure out the SVN revision. But in another place we just pull it from the output of svn info, which is much cheaper....

> We also do not rebuild world if the svn rev or git hash has changed. I think it would be useful to do so. In my scripts to build...

Does the `_PACKAGE_SITE` argument for `PackageInit` help you here? Otherwise, you can use `strategy_add 750 my_custom_function` in your config file to do anything you want before the package installation. The...

@amanharitsh123: It's easy: Step 1: Click the "fork" button in the upper right of the Github website. That will create a copy of this project in your account. Step 2:...

Adrian Chadd posted a working proof-of-concept of this: https://github.com/erikarn/rpi-build

Adrian's announcement and discussion is here: https://lists.freebsd.org/pipermail/freebsd-arm/2014-December/009856.html

Patches to change this would be welcome.