From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id 9B3966EE3B for ; Mon, 17 Mar 2014 12:29:53 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s2HCTk1V001819; Mon, 17 Mar 2014 12:29:46 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net 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 qV6EaU9v-ny5; Mon, 17 Mar 2014 12:29:46 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id s2HCThQv001816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 17 Mar 2014 12:29:45 GMT Message-ID: <1395059378.3808.40.camel@ted> From: Richard Purdie To: Martin Jansa Date: Mon, 17 Mar 2014 12:29:38 +0000 In-Reply-To: <20140317114101.GG3725@jama> References: <1395055876.3808.38.camel@ted> <20140317114101.GG3725@jama> X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 0/7] systemd-211 upgrade and uclibc 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, 17 Mar 2014 12:29:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2014-03-17 at 12:41 +0100, Martin Jansa wrote: > On Mon, Mar 17, 2014 at 11:31:16AM +0000, Richard Purdie wrote: > > On Sat, 2014-03-15 at 22:42 -0700, Khem Raj wrote: > > > Finally, managed to get systemd 211 to boot on uclibc and eglibc > > > on all supported qemu machines, this should fix bug #5940 > > > > > > Additional functionality in uclibc is needed to support this > > > systemd > > > > > > gnutls, glib-2.0, intltool fixes are uclibc specific and are needed > > > to get uclibc images going > > > > > > util-linux fix is moulded to support uclibc > > > > > > I have been testing this fix on the qemuarm/qemuppc/qemumips/qemux86/qemux86-64 > > > on both uclibc/eglibc images and its been working good. > > > > > > The following changes since commit 58aae40bbf8edd9c5ca70b2094eeb724391f1993: > > > > > > eglibc: Update SRC_URI to point to final download location (2014-03-13 20:44:48 -0700) > > > > > > are available in the git repository at: > > > > > > git://git.openembedded.org/openembedded-core-contrib kraj/systemd-211 > > > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/systemd-211 > > > > > > Khem Raj (7): > > > uclibc: Implement clock_adjtime() > > > uclibc: Remove iconv.h > > > gnutls: Link in pthread explicitly for uclibc > > > glib-2.0: Fix localedir expectations for uclibc > > > util-linux: scanf_cv_alloc_modifier changed from 'as' -> 'ms' > > > intltool: Define DATADIRNAME=share for uclibc based systems > > > Upgrade to systemd 211+ > > > > I tried this on the autobuilder, with and without the pulseaudio 4->5 > > upgrade. The result was: > > > > http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/111 > > http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/112 Sorry, pa-5 is: http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/110/ > Both links show pulseaudio/4.0 in error log and 4.0 needs something > like: > http://lists.openembedded.org/pipermail/openembedded-core/2014-February/089796.html Thanks, will take a look at that. Cheers, Richard