From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 6017977184 for ; Thu, 2 Jun 2016 07:32:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u527W3E1021655 for ; Thu, 2 Jun 2016 08:32:03 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ViFhEdabNbtN for ; Thu, 2 Jun 2016 08:32:03 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u527VvCe021650 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT) for ; Thu, 2 Jun 2016 08:31:58 +0100 Message-ID: <1464852717.9588.12.camel@linuxfoundation.org> From: Richard Purdie To: openembedded-core@lists.openembedded.org Date: Thu, 02 Jun 2016 08:31:57 +0100 In-Reply-To: <1464784540-2786-1-git-send-email-richard.purdie@linuxfoundation.org> References: <1464784540-2786-1-git-send-email-richard.purdie@linuxfoundation.org> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Python3 for bitbake/OE merged 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: Thu, 02 Jun 2016 07:32:05 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit I just watched things break on the autobuilder as trying to keep the python3 patches in sync with all the other changes coming in was proving tricky and not really a productive use of my time. I've therefore merged the python3 patches and bitbake is now using python3. If there are any further issues, we can fix in master. This may mean some other patchsets need to rebase. Cheers, Richard