All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] devpyshell fixes
@ 2016-07-04 22:08 Ed Bartosh
  2016-07-04 22:08 ` [PATCH v2 1/3] devshell.bbclass: fix double unbuffering Ed Bartosh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ed Bartosh @ 2016-07-04 22:08 UTC (permalink / raw)
  To: openembedded-core

Hi,

This patchset fixes several devpyshell bugs caused by moving to Python 3.

Please, note that it contains fix for double unbuffering, which was sent in
a separate patchset targeting jethro, krogoth and master. It's included here
just to keep it together with the rest of devpyshell fixes for master.

Changes in v2: removed bitbake patch from the series

The following changes since commit 5c11e365e19357f721c49d076971567e7b64b61b:

  lib/oeqa: add Galculator to SDK and runtime tests (2016-07-01 16:22:48 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/oe-core/devpyshell-python3
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/oe-core/devpyshell-python3

Ed Bartosh (3):
  devshell.bbclass: fix double unbuffering
  devpyshell: python3: flush stdout explicitly
  oepydevshell-internal: python3: encode/decode pty content

 meta/classes/devshell.bbclass    |  5 ++---
 scripts/oepydevshell-internal.py | 12 +++++-------
 2 files changed, 7 insertions(+), 10 deletions(-)

--
Regards,
Ed



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

end of thread, other threads:[~2016-07-04 22:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-04 22:08 [PATCH v2 0/3] devpyshell fixes Ed Bartosh
2016-07-04 22:08 ` [PATCH v2 1/3] devshell.bbclass: fix double unbuffering Ed Bartosh
2016-07-04 22:08 ` [PATCH v2 2/3] devpyshell: python3: flush stdout explicitly Ed Bartosh
2016-07-04 22:08 ` [PATCH v2 3/3] oepydevshell-internal: python3: encode/decode pty content Ed Bartosh

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.