All of lore.kernel.org
 help / color / mirror / Atom feed
* [bitbake][dunfell][1.46][PATCH 0/6] Patch review
@ 2020-06-30  3:08 Steve Sakoman
  2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 1/6] taskdata: Improve handling of regex in ASSUME_PROVIDED Steve Sakoman
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Steve Sakoman @ 2020-06-30  3:08 UTC (permalink / raw)
  To: bitbake-devel

Please review this next set of patches for 1.46 (dunfell) and have comments back
by end of day Wednesday.

The following changes since commit 83296870bede70e31bdf6e73683bcc30681023fc:

  tests/fetch: Switch from git.infradead.org to a YP mirror (2020-06-22 20:53:17 +0100)

are available in the Git repository at:

  git://git.openembedded.org/bitbake-contrib stable/1.46-nut
  http://cgit.openembedded.org/bitbake-contrib/log/?h=stable/1.46-nut

Joshua Watt (2):
  hashserv: Chunkify large messages
  siggen: Fix error when hash equivalence has an exception

Richard Purdie (3):
  taskdata: Improve handling of regex in ASSUME_PROVIDED
  runqueue: Avoid unpickle errors in rare cases
  msg: Avoid issues where paths have relative components

akuster (1):
  test/fetch: change to better svn source

 lib/bb/msg.py            |   2 +-
 lib/bb/runqueue.py       |   9 +++-
 lib/bb/siggen.py         |   1 +
 lib/bb/taskdata.py       |   9 +++-
 lib/bb/tests/fetch.py    |   2 +-
 lib/hashserv/__init__.py |  22 ++++++++
 lib/hashserv/client.py   |  43 +++++++++++++---
 lib/hashserv/server.py   | 105 +++++++++++++++++++++++++++------------
 lib/hashserv/tests.py    |  23 +++++++++
 9 files changed, 169 insertions(+), 47 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [bitbake][dunfell][1.46][PATCH 0/6] Patch review
@ 2020-06-02  0:39 Steve Sakoman
  0 siblings, 0 replies; 13+ messages in thread
From: Steve Sakoman @ 2020-06-02  0:39 UTC (permalink / raw)
  To: bitbake-devel

Please review this set of patches for the upcoming 3.1.1 release and have comments back
by end of day Wednesday.

The following changes since commit b94dec477a8d48ebceec91952ba290798c56c1f5:

  bitbake.conf: Drop unneeded variables from bitbake.conf (2020-04-24 14:31:30 +0100)

are available in the Git repository at:

  git://git.openembedded.org/bitbake-contrib stable/1.46-nut
  http://cgit.openembedded.org/bitbake-contrib/log/?h=stable/1.46-nut

Jacob Kroon (2):
  doc: Clarify how task dependencies relate to RDEPENDS
  doc: More explanation to tasks that recursively depend on themselves

Kai Kang (1):
  bitbake-user-manual-metadata.xml: fix a minor error

Robert P. J. Day (2):
  docs: delete reference to obsolete recipe-depends.dot
  user manual: properly tag content as <replaceable>

Tim Orling (1):
  toaster-requirements.txt: require Django 2.2

 .../bitbake-user-manual-execution.xml         |  4 ++--
 .../bitbake-user-manual-intro.xml             |  7 +------
 .../bitbake-user-manual-metadata.xml          | 19 ++++++++++++-------
 toaster-requirements.txt                      |  2 +-
 4 files changed, 16 insertions(+), 16 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-06-30 16:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-30  3:08 [bitbake][dunfell][1.46][PATCH 0/6] Patch review Steve Sakoman
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 1/6] taskdata: Improve handling of regex in ASSUME_PROVIDED Steve Sakoman
2020-06-30 13:27   ` [bitbake-devel] " Paul Barker
2020-06-30 14:11     ` Steve Sakoman
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 2/6] test/fetch: change to better svn source Steve Sakoman
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 3/6] hashserv: Chunkify large messages Steve Sakoman
2020-06-30 13:33   ` [bitbake-devel] " Paul Barker
2020-06-30 14:05     ` Steve Sakoman
2020-06-30 16:38       ` Richard Purdie
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 4/6] siggen: Fix error when hash equivalence has an exception Steve Sakoman
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 5/6] runqueue: Avoid unpickle errors in rare cases Steve Sakoman
2020-06-30  3:08 ` [bitbake][dunfell][1.46][PATCH 6/6] msg: Avoid issues where paths have relative components Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2020-06-02  0:39 [bitbake][dunfell][1.46][PATCH 0/6] Patch review Steve Sakoman

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.