diff options
Diffstat (limited to 'scripts/combo-layer.conf.example')
-rw-r--r-- | scripts/combo-layer.conf.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/combo-layer.conf.example b/scripts/combo-layer.conf.example index 010a692350..427c1b399f 100644 --- a/scripts/combo-layer.conf.example +++ b/scripts/combo-layer.conf.example | |||
@@ -1,7 +1,17 @@ | |||
1 | # combo-layer example configuration file | 1 | # combo-layer example configuration file |
2 | 2 | ||
3 | # Default values for all sections. | ||
4 | [DEFAULT] | ||
5 | |||
6 | # Add 'Signed-off-by' to all commits that get imported automatically. | ||
7 | signoff = True | ||
8 | |||
3 | # component name | 9 | # component name |
4 | [bitbake] | 10 | [bitbake] |
11 | |||
12 | # Override signedoff default above (not very useful, but possible). | ||
13 | signoff = False | ||
14 | |||
5 | # mandatory options | 15 | # mandatory options |
6 | # git upstream uri | 16 | # git upstream uri |
7 | src_uri = git://git.openembedded.org/bitbake | 17 | src_uri = git://git.openembedded.org/bitbake |