On Wednesday, January 15, 2014 1:05:33 PM UTC-5, RobertCNelson wrote: > > The easiest thing to do, is first just fork the repo, then: > > cp beagleboard.org_image.sh custom_image.sh > > Then edit the "chroot_script" line, so you can run your own chroot > customization script.. > > For example we are calling: ( chroot_script="beagleboard.org.sh" ) > > https://github.com/beagleboard/image-builder/blob/master/beagleboard.org_image.sh#L342 > > > dump your script here: > https://github.com/beagleboard/image-builder/tree/master/chroot_script > > The main chroot script does set some sane defaults, > > > https://github.com/beagleboard/image-builder/blob/master/scripts/chroot.sh#L289 > > > Just ping us if something is enabled by default that you need off.. > > Doing that other then just do a git pull everyonce in awhile to get > updates.. > > git pull --no-edit git://github.com/beagleboard/image-builder.git master > > If your project gets big, i have issues with adding it to the > readme.md list like I did with MachineKit then i just randomly pull > from those tree when they have updates.. >
Fantastic, thanks for this, I'm in the process of running my first build. However, it occurs to me that perhaps I don't need to copy the beagleboard.org_image.sh script ... it seems to write all of the things I want to change to the .project file ... If I drop in my own version of this, will the "stock" beagleboard.org_image.sh pick those up? Couple of other questions: 1) I'm working out of master, should I be using the 01.10.2014 branch? I'm happy to work on the bleeding edge, as long as I can load my capes .dts via EEPROM 2) I need to load some "unstable" packages from sid, is there any way in the script to do this? -- specifically, golang-go (2:1.2-2) for Go 1.2 3) I'm curious as to what is QEMU used for? I actually need it to cross compile Erlang for the BBB, so I'd like to see how it's getting used. Again, many thanks for your efforts!!! -W. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
