diff options
Diffstat (limited to 'scripts/combo-layer.conf.example')
-rw-r--r-- | scripts/combo-layer.conf.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/combo-layer.conf.example b/scripts/combo-layer.conf.example index 38bc53c59f..90e2b58723 100644 --- a/scripts/combo-layer.conf.example +++ b/scripts/combo-layer.conf.example | |||
@@ -63,11 +63,24 @@ last_revision = | |||
63 | # example: | 63 | # example: |
64 | # hook = combo-layer-hook-default.sh | 64 | # hook = combo-layer-hook-default.sh |
65 | 65 | ||
66 | # since_revision: | ||
67 | # since_revision = release-1-2 | ||
68 | # since_revision = 12345 abcdf | ||
69 | # | ||
70 | # If provided, truncate imported history during "combo-layer --history | ||
71 | # init" at the specified revision(s). More than one can be specified | ||
72 | # to cut off multiple component branches. | ||
73 | # | ||
74 | # The specified commits themselves do not get imported. Instead, an | ||
75 | # artificial commit with "unknown" author is created with a content | ||
76 | # that matches the original commit. | ||
77 | |||
66 | [oe-core] | 78 | [oe-core] |
67 | src_uri = git://git.openembedded.org/openembedded-core | 79 | src_uri = git://git.openembedded.org/openembedded-core |
68 | local_repo_dir = /home/kyu3/src/test/oecore | 80 | local_repo_dir = /home/kyu3/src/test/oecore |
69 | dest_dir = . | 81 | dest_dir = . |
70 | last_revision = | 82 | last_revision = |
83 | since_revision = some-tag-or-commit-on-master-branch | ||
71 | 84 | ||
72 | # It is also possible to embed python code in the config values. Similar | 85 | # It is also possible to embed python code in the config values. Similar |
73 | # to bitbake it considers every value starting with @ to be a python | 86 | # to bitbake it considers every value starting with @ to be a python |