mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 19:34:35 +00:00
patman: Add project-default for 'gcc'
Add defaults for FSF/GNU projects, such as gcc, that provide sensible settings for those projects. Signed-off-by: Philipp Tomsich <philipp.tomsich@vrull.eu> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b3aff15ee4
commit
ddc44c2c92
1 changed files with 6 additions and 1 deletions
|
@ -23,7 +23,12 @@ _default_settings = {
|
|||
"u-boot": {},
|
||||
"linux": {
|
||||
"process_tags": "False",
|
||||
}
|
||||
},
|
||||
"gcc": {
|
||||
"process_tags": "False",
|
||||
"add_signoff": "False",
|
||||
"check_patch": "False",
|
||||
},
|
||||
}
|
||||
|
||||
class _ProjectConfigParser(ConfigParser.SafeConfigParser):
|
||||
|
|
Loading…
Add table
Reference in a new issue