binman: Support building a selection of images
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:12 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commit0bfa7b09ba16f4ffaf0cfc9315336aaa708dcd26
tree476912878f3da01fe02636b91b510e7d51b40e31
parenta326b495cdcfd56507841e38158683e6e4d5894c
binman: Support building a selection of images

Sometimes it is useful to build only a subset of the images provided by
the binman configuration. Add a -i option for this. It can be given
multiple times to build several images. If the option is not given, all
images are built.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/ftest.py