[U-Boot] [PATCH v2 3/4] patman: Add the concept of multiple projects

Simon Glass sjg at chromium.org
Tue Dec 4 01:55:26 CET 2012


On Mon, Dec 3, 2012 at 4:43 PM, Doug Anderson <dianders at chromium.org> wrote:
> There are cases that we want to support different settings (or maybe
> even different aliases) for different projects.  Add support for this
> by:
> * Adding detection for two big projects: U-Boot and Linux.
> * Adding default settings for Linux (U-Boot is already good with the
>   standard patman defaults).
> * Extend the new "settings" feature in .patman to specify per-project
>   settings.
>
> Signed-off-by: Doug Anderson <dianders at chromium.org>
> ---
> Changes in v2:
> - Added requested short option: '-p'.

Acked-by: Simon Glass <sjg at chromium.org>

>
>  tools/patman/README      |   13 ++++
>  tools/patman/patman.py   |    9 +++-
>  tools/patman/project.py  |   43 +++++++++++++
>  tools/patman/settings.py |  147 +++++++++++++++++++++++++++++++++++++++++++++-
>  4 files changed, 208 insertions(+), 4 deletions(-)
>  create mode 100644 tools/patman/project.py
>


More information about the U-Boot mailing list