From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mail.openembedded.org (Postfix) with ESMTP id EEB2B6011C for ; Mon, 4 Jul 2016 21:58:19 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 04 Jul 2016 14:58:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,576,1459839600"; d="scan'208";a="1015619885" Received: from linux.intel.com ([10.54.29.200]) by fmsmga002.fm.intel.com with ESMTP; 04 Jul 2016 14:58:20 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.68]) by linux.intel.com (Postfix) with ESMTP id 5EDE56A4080 for ; Mon, 4 Jul 2016 14:58:14 -0700 (PDT) From: Ed Bartosh To: openembedded-core@lists.openembedded.org Date: Tue, 5 Jul 2016 00:48:08 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 0/4] devpyshell fixes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 21:58:20 -0000 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 to keep it together with the rest of devpyshell fixes for master. 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 (4): devshell.bbclass: fix double unbuffering bitbake-worker: don't reassign sys.stdout devpyshell: python3: flush stdout explicitly oepydevshell-internal: python3: encode/decode pty content bitbake/bin/bitbake-worker | 3 +-- meta/classes/devshell.bbclass | 5 ++--- scripts/oepydevshell-internal.py | 12 +++++------- 3 files changed, 8 insertions(+), 12 deletions(-) -- Regards, Ed