From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7ehp-0000GJ-Tg for guix-patches@gnu.org; Thu, 26 Oct 2017 05:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7ehm-00040X-Jw for guix-patches@gnu.org; Thu, 26 Oct 2017 05:44:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53544) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7ehm-00040N-GA for guix-patches@gnu.org; Thu, 26 Oct 2017 05:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e7ehl-0008Q2-Rp for guix-patches@gnu.org; Thu, 26 Oct 2017 05:44:01 -0400 Subject: [bug#26339] closing bootloader serie. Resent-Message-ID: References: <20170402134916.2871-1-m.othacehe@gmail.com> <87d15rdtsb.fsf@gmail.com> <87d15rm5dl.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87d15rm5dl.fsf@gnu.org> Date: Thu, 26 Oct 2017 11:43:32 +0200 Message-ID: <87zi8e1by3.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26339@debbugs.gnu.org Hi Ludo, > Thanks again for your tireless work, to you and Danny. :) Thanks to you for your support. > Hopefully this will unlock GuixSD-on-ARM in the not-too-distant future? Actually, I'm trying to produce a disk-image for a beaglebone black board. The problem I have is that a lot of packages have to be built on native target and qemu is really slow. So I have a naive question : why can't I cross-compile everything when building a disk-image ? Thanks, Mathieu