From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:60830 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbaACQZD (ORCPT ); Fri, 3 Jan 2014 11:25:03 -0500 Message-ID: <52C6E45A.2040507@suse.cz> Date: Fri, 03 Jan 2014 17:24:58 +0100 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH 1/2] deb-pkg: Fix cross-building linux-headers package References: <1386254255.3000.20.camel@deadeye.wl.decadent.org.uk> <1386294039.3000.29.camel@deadeye.wl.decadent.org.uk> <1386295673.3000.35.camel@deadeye.wl.decadent.org.uk> <1386302655.3000.48.camel@deadeye.wl.decadent.org.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "Niew, Sh." , Ben Hutchings Cc: linux-kbuild@vger.kernel.org, debian-kernel@lists.debian.org On 2013-12-06 05:20, Niew, Sh. wrote: >>>>>>> On Thu, Dec 5, 2013 at 10:37 PM, Ben Hutchings wrote: >>>>>>>> builddeb generates a control file that says the linux-headers package >>>>>>>> can only be built for the build system primary architecture. This >>>>>>>> breaks cross-building configurations. We should use $debarch for this >>>>>>>> instead. >>>>>>>> >>>>>>>> Since $debarch is not yet set when generating the control file, set >>>>>>>> Architecture: any and use control file variables to fill in the >>>>>>>> description. >>>>>>>> >>>>>>>> Fixes: cd8d60a20a45 ('kbuild: create linux-headers package in deb-pkg') >>>>>>>> Reported-by: "Niew, Sh." >>>>>>>> Signed-off-by: Ben Hutchings [...] > Thanks, the attach patch is applied. > And i just make it on linux-3.2.y by hand, and is successfully cross-build. > Haven't test in 3.12 Thanks, applied to kbuild.git#misc. Michal