All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 00/11] Several fixes for layerindex
@ 2017-06-02  6:28 Robert Yang
  2017-06-02  6:28 ` [PATCH V3 01/11] layerconfparse.py: remove unused layerbranch from parse_layer() Robert Yang
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Robert Yang @ 2017-06-02  6:28 UTC (permalink / raw)
  To: yocto; +Cc: Konrad.Scherer, paul.eggleton

* V3:
  - Better error messages when required collections not found
  - Delete layerbranch for non-existed branch
  - update_layer.py: remove --update-dependencies

* 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 (11):
  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: fix -l option
  recipeparse.py: restore cwd when the parsing is done
  update.py: update layers orderly
  update_layer.py: remove --update-dependencies
  update.py: add option -a to update actual branch
  update_layer.py: move the location of transaction.atomic()
  update.py: add -p to git fetch
  update_layer.py: delete layerbranch for non-existed branch

 layerindex/layerconfparse.py     |   2 +-
 layerindex/recipeparse.py        |   3 +
 layerindex/tools/import_layer.py |   2 +-
 layerindex/update.py             | 193 +++++++++++++++++++++++++++++++--------
 layerindex/update_layer.py       |  92 +++++++------------
 layerindex/utils.py              |  63 ++++++++++++-
 6 files changed, 255 insertions(+), 100 deletions(-)

-- 
2.10.2



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-06-09  6:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-02  6:28 [PATCH V3 00/11] Several fixes for layerindex Robert Yang
2017-06-02  6:28 ` [PATCH V3 01/11] layerconfparse.py: remove unused layerbranch from parse_layer() Robert Yang
2017-06-02  6:28 ` [PATCH V3 02/11] utils.py: remove obsolete dependencies Robert Yang
2017-06-02  6:28 ` [PATCH V3 03/11] update_layer.py: set layerbranch's collection before add_dependencies Robert Yang
2017-06-02  6:28 ` [PATCH V3 04/11] update.py: fix -l option Robert Yang
2017-06-02  6:28 ` [PATCH V3 05/11] recipeparse.py: restore cwd when the parsing is done Robert Yang
2017-06-02  6:28 ` [PATCH V3 06/11] update.py: update layers orderly Robert Yang
2017-06-02  6:28 ` [PATCH V3 07/11] update_layer.py: remove --update-dependencies Robert Yang
2017-06-02  6:28 ` [PATCH V3 08/11] update.py: add option -a to update actual branch Robert Yang
2017-06-02  6:28 ` [PATCH V3 09/11] update_layer.py: move the location of transaction.atomic() Robert Yang
2017-06-02  6:38 ` [PATCH V3 10/11] update.py: add -p to git fetch Robert Yang
2017-06-02  6:38 ` [PATCH V3 11/11] update_layer.py: delete layerbranch for non-existed branch Robert Yang
2017-06-09  6:42 ` [PATCH V3 00/11] Several fixes for layerindex Robert Yang

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.