From: Robert Yang <liezhi.yang@windriver.com>
To: <yocto@yoctoproject.org>
Cc: Konrad.Scherer@windriver.com, paul.eggleton@linux.intel.com
Subject: [layerindex-web][PATCH V2 0/8] Several fixes for layerindex
Date: Wed, 31 May 2017 20:34:23 -0700 [thread overview]
Message-ID: <cover.1496287756.git.liezhi.yang@windriver.com> (raw)
* V2:
Remove "import bb" from update.py to avoid causing confusions when switch branches.
* V1:
The "-a ACTUAL_BRANCH" is a litle different from what we had talked, now it
respects "-l" and "-b", we can use -l to specify layers or default to all,
and it requires "-b" to work, only one branch is supported in a run, for example:
$ update.py -b master -a branch_20170526
All the layers which have branch master and actual_branch branch_20170526
will be updated to branch_20170526.
$ update.py -b master -l meta-oe -a branch_20170526
Only meta-oe layer will be updated.
$ update.py -b master -l bitbake -a branch_20170526
The bitbake's bitbake_branch will be updated.
// Robert
The following changes since commit 8dfe44ed5e618d517d4acb4a3107cb3907e773c8:
TODO: drop implemented items (2017-03-22 14:21:22 +1300)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rbt/layerindex-8fixes
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/layerindex-8fixes
Robert Yang (8):
layerconfparse.py: remove unused layerbranch from parse_layer()
utils.py: remove obsolete dependencies
update_layer.py: set layerbranch's collection before add_dependencies
update.py: add -p to git fetch
update.py: fix -l option
recipeparse.py: restore cwd when the parsing is done
update.py: update layers orderly
update.py: update actual branch for layer and bitbake
layerindex/layerconfparse.py | 2 +-
layerindex/recipeparse.py | 3 +
layerindex/tools/import_layer.py | 2 +-
layerindex/update.py | 185 +++++++++++++++++++++++++++++++--------
layerindex/update_layer.py | 6 +-
layerindex/utils.py | 59 ++++++++++++-
6 files changed, 215 insertions(+), 42 deletions(-)
--
2.10.2
next reply other threads:[~2017-06-01 3:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-01 3:34 Robert Yang [this message]
2017-06-01 3:34 ` [PATCH V2 1/8] layerconfparse.py: remove unused layerbranch from parse_layer() Robert Yang
2017-06-01 3:34 ` [PATCH V2 2/8] utils.py: remove obsolete dependencies Robert Yang
2017-06-01 3:34 ` [PATCH V2 3/8] update_layer.py: set layerbranch's collection before add_dependencies Robert Yang
2017-06-01 3:34 ` [PATCH V2 4/8] update.py: add -p to git fetch Robert Yang
2017-06-01 3:34 ` [PATCH V2 5/8] update.py: fix -l option Robert Yang
2017-06-01 3:34 ` [PATCH V2 6/8] recipeparse.py: restore cwd when the parsing is done Robert Yang
2017-06-01 3:34 ` [PATCH V2 7/8] update.py: update layers orderly Robert Yang
2017-06-01 3:34 ` [PATCH V2 8/8] update.py: update actual branch for layer and bitbake Robert Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1496287756.git.liezhi.yang@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=Konrad.Scherer@windriver.com \
--cc=paul.eggleton@linux.intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.