From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 11 Aug 2014 10:51:25 -0700 Subject: [U-Boot] [PATCH v6 12/20] buildman: Introduce an 'and' operator for board selection In-Reply-To: <1407619996-3637-13-git-send-email-sjg@chromium.org> References: <1407619996-3637-1-git-send-email-sjg@chromium.org> <1407619996-3637-13-git-send-email-sjg@chromium.org> Message-ID: <53E9029D.7010706@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/09/2014 02:33 PM, Simon Glass wrote: > Currently buildman allows a list of boards to build to be specified on the > command line. The list can include specific board names, architecture, SOC > and so on. > > At present the list of boards is dealt with in an 'OR' fashion, and there > is no way to specify something like 'arm & freescale', meaning boards with > ARM architecture but only those made by Freescale. This would exclude the > PowerPC boards made by Freescale. > > Support an '&' operator on the command line to permit this. Ensure that > arguments can be specified in a single string to permit easy shell quoting. > > Suggested-by: York Sun > Signed-off-by: Simon Glass > --- Acked-by: York Sun York