On Tue, Dec 4, 2012 at 1:55 PM, Simon Glass <[email protected]> wrote: > On Mon, Dec 3, 2012 at 4:43 PM, Doug Anderson <[email protected]> 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 <[email protected]> >> --- >> Changes in v2: >> - Added requested short option: '-p'. > > Acked-by: Simon Glass <[email protected]> >
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 >> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

