From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R9bM6-0005sA-6o for openembedded-core@lists.openembedded.org; Fri, 30 Sep 2011 13:34:14 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8UBZ9KJ013636 for ; Fri, 30 Sep 2011 12:35:09 +0100 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 WCecU3ZaI58y for ; Fri, 30 Sep 2011 12:35:09 +0100 (BST) Received: from [192.168.1.40] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8UBZ5hp013632 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 30 Sep 2011 12:35:07 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Fri, 30 Sep 2011 12:28:39 +0100 In-Reply-To: References: X-Mailer: Evolution 3.1.91- Message-ID: <1317382126.12332.167.camel@ted> Mime-Version: 1.0 Subject: Re: [PATCH 00/13] Xorg related changes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2011 11:34:14 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-09-30 at 09:26 +0200, Martin Jansa wrote: > Hi, > > this patchset brings meta-oe and oe-core xorg stuff together and most of > xorg recipes will be removed from meta-oe (sending another pull request now). > > This step is needed to be able to separate common x11 to meta-x11 or whatever later. > > The following changes since commit 96241de59fdf548ae0f80cc9e4668f9ba11924ef: > > Fix flac build on e500mc cores (2011-09-29 19:31:38 +0100) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib jansa/x11 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/x11 > > Martin Jansa (13): > xorg-driver: rename .inc files and merge some changes from meta-oe > libxft, libxrender, renderproto: add native BBCLASSEXTEND > xorg-app-common: merge some changes from meta-oe > xf86-video-omapfb: bump SRCREV and add patch from meta-oe > rgb: import from meta-oe layer > libdrm: improve packaging I'll take these ones. I've queued them on a master-next branch for now as I want to give other people some time to comment on them. If there isn't negative feedback I'll take them in ~24 hours. I've given feedback on why I think these need further work: > xserver-xf86: upgrade to 1.11.0 and move shared definitions to .inc > files > xserver-xf86-dri-lite: remove COMPATIBLE_HOST > libx11: upgrade to 1.4.4 > default-providers: define PREFERRED_PROVIDER_virtual/libx11-native > xserver-nodm-init: merge some changes from meta-oe > glx-use-tls: add from meta-oe layer > mesa: upgrade to 7.11 Cheers, Richard