
1 Feb
2013
1 Feb
'13
12:52 a.m.
On Tue, Dec 4, 2012 at 1:55 PM, Simon Glass sjg@chromium.org wrote:
On Mon, Dec 3, 2012 at 4:43 PM, Doug Anderson dianders@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@chromium.org
Changes in v2:
- Added requested short option: '-p'.
Acked-by: Simon Glass sjg@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