Re: [U-Boot] [PATCH 2/2] buildman: make board selector argument a regex

2013-10-09 Thread Simon Glass
Hi Stephen, On Wed, Oct 9, 2013 at 2:28 PM, Stephen Warren wrote: > From: Stephen Warren > > A common use-case is to build all boards for a particular SoC. This can > be achieved by: > > ./tools/buildman/buildman -b mainline_dev -n tegra20 > > However, when the SoC is a member of a family of SoC

[U-Boot] [PATCH 2/2] buildman: make board selector argument a regex

2013-10-09 Thread Stephen Warren
From: Stephen Warren A common use-case is to build all boards for a particular SoC. This can be achieved by: ./tools/buildman/buildman -b mainline_dev -n tegra20 However, when the SoC is a member of a family of SoCs, and each SoC has a different name, it would be even more useful to build all b