All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add mechanism to catch layer branch mismatches
@ 2015-02-10 18:13 Paul Eggleton
  2015-02-10 18:13 ` [PATCH 1/3] utils: ensure explode_dep_versions2 raises an exception on invalid/missing operator Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2015-02-10 18:13 UTC (permalink / raw)
  To: bitbake-devel

Changes since the earlier RFC patch:
* Removed unused regex line
* Improved validation / error handling
* Added some regression tests

Note: patch 3/3 depends on patch 1/3, so they need to go in together.


The following changes since commit 207013b6dde82f9654f9be996695c8335b95a288:

  data_smart: split expanded removal values when handling _remove (2015-02-02 16:20:42 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/layerdepends
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/layerdepends

Paul Eggleton (3):
  utils: ensure explode_dep_versions2 raises an exception on
    invalid/missing operator
  tests: add tests for OE pre-release version formatting
  cooker: rework LAYERDEPENDS versioning so that it is actually useful

 lib/bb/cooker.py      | 40 ++++++++++++++--------------------------
 lib/bb/tests/utils.py | 37 +++++++++++++++++++++++++++++++++++++
 lib/bb/utils.py       | 26 ++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 26 deletions(-)

-- 
1.9.3



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

end of thread, other threads:[~2015-02-10 18:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 18:13 [PATCH 0/3] Add mechanism to catch layer branch mismatches Paul Eggleton
2015-02-10 18:13 ` [PATCH 1/3] utils: ensure explode_dep_versions2 raises an exception on invalid/missing operator Paul Eggleton
2015-02-10 18:13 ` [PATCH 2/3] tests: add tests for OE pre-release version formatting Paul Eggleton
2015-02-10 18:13 ` [PATCH 3/3] cooker: rework LAYERDEPENDS versioning so that it is actually useful Paul Eggleton

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.