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 42C9D6FF9B for ; Sat, 13 Feb 2016 08:23:44 +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 u1D8NhMX001638; Sat, 13 Feb 2016 08:23:43 GMT 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 qHqLzGqZ0KrX; Sat, 13 Feb 2016 08:23:43 +0000 (GMT) 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 u1D8NdIw001634 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sat, 13 Feb 2016 08:23:40 GMT Message-ID: <1455351819.16142.341.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj , openembedded-core@lists.openembedded.org Date: Sat, 13 Feb 2016 08:23:39 +0000 In-Reply-To: References: X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 0/9] Upgrade uclibc/musl to latest 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: Sat, 13 Feb 2016 08:23:48 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2016-02-10 at 17:43 +0000, Khem Raj wrote: > ltp upgrade is prerequisite for glibc 2.23 > patches to fix more musl recipes > distutils patch to let pythonic recipes work with devtool FWIW I tried running the nightly-musl target on the autobuilder. The intent is to start running this automatically when we get the current errors fixed and it passes. There are only two issues there: rpm fails to compile binutils has a QA warning/error about RPATHs https://autobuilder.yoctoproject.org/main/builders/nightly-musl/builds/ 2/steps/BuildImages/logs/stdio Cheers, Richard