Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    6131beab
    buildman: Introduce an 'and' operator for board selection · 6131beab
    Simon Glass authored
    
    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: default avatarYork Sun <yorksun@freescale.com>
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    Acked-by: default avatarYork Sun <yorksun@freescale.com>
    6131beab
    History
    buildman: Introduce an 'and' operator for board selection
    Simon Glass authored
    
    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: default avatarYork Sun <yorksun@freescale.com>
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    Acked-by: default avatarYork Sun <yorksun@freescale.com>