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

Simon Glass sjg at chromium.org
Fri Feb 1 00:52:56 CET 2013


On Tue, Dec 4, 2012 at 1:55 PM, Simon Glass <sjg at chromium.org> wrote:
> 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>
>

Applied to u-boot-x86, thanks.

>>
>>  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