mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 11:24:42 +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": {},
|
"u-boot": {},
|
||||||
"linux": {
|
"linux": {
|
||||||
"process_tags": "False",
|
"process_tags": "False",
|
||||||
}
|
},
|
||||||
|
"gcc": {
|
||||||
|
"process_tags": "False",
|
||||||
|
"add_signoff": "False",
|
||||||
|
"check_patch": "False",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
class _ProjectConfigParser(ConfigParser.SafeConfigParser):
|
class _ProjectConfigParser(ConfigParser.SafeConfigParser):
|
||||||
|
|
Loading…
Add table
Reference in a new issue