Chris Johns d3d771e95f bsp-builder: Add support for builds.
Add build support where a build is a combination of options. The
default is 'all' which is a full set of build options passed to
configure. You can now use 'basic' which is the standard or default
configure command line. This used with the arch option lets you
quickly build all BSPs in an architecture.

For example:

 $ rtems-bsp-builder --build-path /builds/rtems/builds/arm \
                     --rtems-tools /opt/rtems/4.12 \
                     --rtems /opt/rtems/src/rtems.git \
                     --arch arm --build basic
2016-12-01 10:21:13 +11:00
..
2014-02-15 06:30:06 +11:00
2014-05-31 20:03:05 +10:00
2016-12-01 10:21:13 +11:00
2015-11-12 11:15:23 +01:00