From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by yocto-www.yoctoproject.org (Postfix) with ESMTPS id C4DD9E006CB for ; Tue, 19 Feb 2013 05:57:09 -0800 (PST) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r1JE3Td4015829; Tue, 19 Feb 2013 14:03:30 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 44ULosQW9e+g; Tue, 19 Feb 2013 14:03:29 +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 r1JE3JjG015804 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Tue, 19 Feb 2013 14:03:25 GMT Message-ID: <1361282198.5927.38.camel@ted> From: Richard Purdie To: Otavio Salvador Date: Tue, 19 Feb 2013 05:56:38 -0800 In-Reply-To: <1361277447-6186-1-git-send-email-otavio@ossystems.com.br> References: <1361277447-6186-1-git-send-email-otavio@ossystems.com.br> X-Mailer: Evolution 3.6.3-1 Mime-Version: 1.0 Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm][PATCH 0/3] Stop using Freescale as linux-libc-headers X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 13:57:10 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2013-02-19 at 09:37 -0300, Otavio Salvador wrote: > This patchset changes the build system to use regular libc' Linux > headers avoiding the need of rebuild everything which depends on LibC > when changing machine. > > Otavio Salvador (3): > linux-libc-headers: Use Yocto's default to avoid same arch rebuilds > qt4: Use kernel staging include files > mesa: Rename to follow OE-Core upgrade Thanks for this, the autobuilder SWAT team will be extremely pleased to see this fixed :) If I understand correctly, this does move the problem to qt4 which will rebuild for each machine but its an improvement on the current situation and perhaps even necessary if the graphics libs are so different between machines. In future, if you did want to avoid that, you could probably copy the appropriate headers out of the kernel staging and install them as headers as part of the graphics recipe. I'm pleased to see the siutation improved with these patches though! Cheers, Richard