All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Fixes for addtask and deltask
@ 2019-04-29  8:11 Robert Yang
  2019-04-29  8:11 ` [PATCH V2 1/3] bitbake: BBHandler: Fix " Robert Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert Yang @ 2019-04-29  8:11 UTC (permalink / raw)
  To: bitbake-devel

* V2:
  - Fix RP's comments on V1
  - Add testcase for addtask and deltask

* V1:
  - Initial version

The following changes since commit 244cbcce0ecc4691a9ddfb0a44dc487ff7af0670:

  utils/multiprocess_launch: Improve failing subprocess output (2019-04-26 10:09:08 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/addtask
  http://git.pokylinux.org/cgit.cgi//log/?h=rbt/addtask

Robert Yang (3):
  bitbake: BBHandler: Fix addtask and deltask
  bitbake: build.py: check dependendent task for addtask
  bitbake: tests/parse.py: Add testcase for addtask and deltask

 bitbake/lib/bb/build.py                    |  3 +++
 bitbake/lib/bb/parse/parse_py/BBHandler.py | 18 +++++++++++++++++-
 bitbake/lib/bb/tests/parse.py              | 18 ++++++++++++++++++
 3 files changed, 38 insertions(+), 1 deletion(-)

-- 
2.7.4



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

end of thread, other threads:[~2019-04-29  8:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29  8:11 [PATCH V2 0/3] Fixes for addtask and deltask Robert Yang
2019-04-29  8:11 ` [PATCH V2 1/3] bitbake: BBHandler: Fix " Robert Yang
2019-04-29  8:11 ` [PATCH V2 2/3] bitbake: build.py: check dependendent task for addtask Robert Yang
2019-04-29  8:12 ` [PATCH V2 3/3] bitbake: tests/parse.py: Add testcase for addtask and deltask 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.