diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/combo-layer.conf.example | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/scripts/combo-layer.conf.example b/scripts/combo-layer.conf.example index 3865829606..010a692350 100644 --- a/scripts/combo-layer.conf.example +++ b/scripts/combo-layer.conf.example | |||
| @@ -14,13 +14,18 @@ local_repo_dir = /home/kyu3/src/test/bitbake | |||
| 14 | dest_dir = bitbake | 14 | dest_dir = bitbake |
| 15 | 15 | ||
| 16 | # the last update revision. | 16 | # the last update revision. |
| 17 | # "init" will set this automatically, however if it is empty when "update" | 17 | # "init" will set this to the latest revision automatically, however if it |
| 18 | # is run, the tool will start from the first commit. | 18 | # is empty when "update" is run, the tool will start from the first commit. |
| 19 | # Note that this value will get updated by "update" if the component repo's | ||
| 20 | # latest revision changed and the operation completes successfully. | ||
| 19 | last_revision = | 21 | last_revision = |
| 20 | 22 | ||
| 21 | # optional options | 23 | # optional options: |
| 22 | 24 | ||
| 23 | # file_filter: only include the interested file | 25 | # branch: specify the branch in the component repo to pull from |
| 26 | # (master if not specified) | ||
| 27 | |||
| 28 | # file_filter: only include the specified file(s) | ||
| 24 | # file_filter = [path] [path] ... | 29 | # file_filter = [path] [path] ... |
| 25 | # example: | 30 | # example: |
| 26 | # file_filter = src/ : only include the subdir src | 31 | # file_filter = src/ : only include the subdir src |
