From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 080AF71A35 for ; Wed, 6 Sep 2017 12:09:58 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Sep 2017 05:09:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,483,1498546800"; d="scan'208";a="1215420590" Received: from linux.intel.com ([10.54.29.200]) by fmsmga002.fm.intel.com with ESMTP; 06 Sep 2017 05:09:46 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.38]) by linux.intel.com (Postfix) with ESMTP id 39EFB58035B for ; Wed, 6 Sep 2017 05:09:31 -0700 (PDT) From: Ed Bartosh To: openembedded-core@lists.openembedded.org Date: Wed, 6 Sep 2017 15:08:22 +0300 Message-Id: X-Mailer: git-send-email 2.13.5 Subject: [PATCH v2 0/3] #11891 - Port bmaptools to Python 3 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: Wed, 06 Sep 2017 12:09:59 -0000 Hi, This patchset switches bmap-tools to usage of native Python 3. As bmap-tools is the only recipe in oe-core that uses Python 2 this change should help to stop building native Python 2. Changes in v2: Used commit id instead of release tag (thanks to Ross) Fixed wrong bug spec in commit messages (thanks to Patchwork) The following changes since commit 091b759dcec3068eb0b6bffdc5763fd6cc84d0a9: wic: selftest: add test_wic_rm_ext test case (2017-09-06 13:02:02 +0300) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/wip http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wip Ed Bartosh (3): bmap-tools: upgrade to v3.4 bmap-tools: switch to Python 3 wic: run bmaptool with native Python3 .../bmap-tools/{bmap-tools_3.2.bb => bmap-tools_3.4.bb} | 9 +++------ scripts/lib/wic/plugins/imager/direct.py | 6 ++++-- 2 files changed, 7 insertions(+), 8 deletions(-) rename meta/recipes-support/bmap-tools/{bmap-tools_3.2.bb => bmap-tools_3.4.bb} (79%) -- Regards, Ed