In the lack of a better name...
Anyway... this is a set of python scripts and xml definitions on what commands to issue to build each of the required packages to the AVR32 linux distribution, such as, the kernel, uClib, busybox... then, generate an .img.gz.
The feature list includes:
- Multiple "Targets" or products, based on different base root scripts and being able to enable/disable package inclusion.
- Can build just one of the packages by name.
- Can do ''all'', ''clean'' and ''distclean''
- Can ignore failed packages and keep building the system (ok, partially a bug, partially a feature)
- Downloads sources directly from the web
- Easier to extend/maintain than shell scripts (hopefully). *
$ The discussion page can be found at
http://avrfreaks.net/index.php?module=PNphpBB2&file=viewtopic&t=50616&highlight=
My (and yours) Python might need updating to give it a spin.