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
					
				|  | @ -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…
	
		Reference in New Issue