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 2DBD572109 for ; Sun, 9 Nov 2014 10:27:58 +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 sA9AQV0b013272; Sun, 9 Nov 2014 10:27:19 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 OIygLWOADaES; Sun, 9 Nov 2014 10:27:19 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id sA9AR5j3013295 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 9 Nov 2014 10:27:17 GMT Message-ID: <1415528861.2820.25.camel@linuxfoundation.org> From: Richard Purdie To: Andreas =?ISO-8859-1?Q?M=FCller?= Date: Sun, 09 Nov 2014 10:27:41 +0000 In-Reply-To: <1415458061.2820.23.camel@linuxfoundation.org> References: <1415346729-16760-1-git-send-email-schnitzeltony@googlemail.com> <1415346729-16760-3-git-send-email-schnitzeltony@googlemail.com> <1415458061.2820.23.camel@linuxfoundation.org> X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 2/2] xserver-xorg: update to 1.16.1 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: Sun, 09 Nov 2014 10:27:59 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Sat, 2014-11-08 at 14:47 +0000, Richard Purdie wrote: > On Fri, 2014-11-07 at 08:52 +0100, Andreas Müller wrote: > > * first version supporting rootless X (not tested yet) > > * modesetting working for non PCI gpus (tested on gumstix overo) > > > > Signed-off-by: Andreas Müller > > --- > > .../xorg-xserver/xserver-xorg/crosscompile.patch | 22 -------- > > .../xserver-xorg/mips64-compiler.patch | 29 ---------- > > .../xorg-xserver/xserver-xorg/present-module.patch | 66 ---------------------- > > ...erver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} | 9 +-- > > 4 files changed, 3 insertions(+), 123 deletions(-) > > delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch > > delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch > > delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/present-module.patch > > rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} (75%) > > Whilst I haven't 100% confirmed it: > > https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/96 > https://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/95 > https://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/95 > https://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/94 > https://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/95 > > all look like it may well be as a result of this change (which was > included in the master-next build in question). This change will be > delayed merging until we figure out if this patch is responsible and how > to fix whatever the cause is. Obviously any help in doing that is much > appreciated. It is 100% confirmed now, with the patch reverted there was a green build. Cheers, Richard