diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-11-02 14:35:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-07 14:05:35 +0000 |
commit | fd471a13371ef82b50db5a80fc624264edb8b9c2 (patch) | |
tree | 6b75e3fbbe302d44937ab8be5b339e706230a438 /scripts/combo-layer.conf.example | |
parent | 2293acaa7fb40fd5aad8a0e5deda6bc1097067b9 (diff) | |
download | poky-fd471a13371ef82b50db5a80fc624264edb8b9c2.tar.gz |
scripts/combo-layer: make init set up initial component data
The "init" subcommand will now copy the current state of each component
repository into the combo layer repository, set last_revision for each
component, and then use "git add" to set up the initial commit (but will
not actually make the initial commit - that is left up to the user).
Also take the opportunity to bump the version number.
(From OE-Core rev: d4d491aa118b6cbe895167c62a46d883abc7b4ab)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/combo-layer.conf.example')
-rw-r--r-- | scripts/combo-layer.conf.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/combo-layer.conf.example b/scripts/combo-layer.conf.example index 09b94156fd..8cee04f771 100644 --- a/scripts/combo-layer.conf.example +++ b/scripts/combo-layer.conf.example | |||
@@ -11,8 +11,9 @@ local_repo_dir = /home/kyu3/src/test/bitbake | |||
11 | # use "." if it is root dir | 11 | # use "." if it is root dir |
12 | dest_dir = bitbake | 12 | dest_dir = bitbake |
13 | 13 | ||
14 | # the updated revision last time. | 14 | # the last update revision. |
15 | # If empty, the tool will start from the first commit | 15 | # "init" will set this automatically, however if it is empty when "update" |
16 | # is run, the tool will start from the first commit. | ||
16 | last_revision = | 17 | last_revision = |
17 | 18 | ||
18 | # optional options | 19 | # optional options |