From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJEfl-0007oD-8T for guix-patches@gnu.org; Thu, 17 May 2018 04:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJEfi-0004gJ-6c for guix-patches@gnu.org; Thu, 17 May 2018 04:54:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58245) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJEfi-0004gF-3B for guix-patches@gnu.org; Thu, 17 May 2018 04:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fJEfh-00073z-QN for guix-patches@gnu.org; Thu, 17 May 2018 04:54:01 -0400 Subject: [bug#31447] [PATCH] linux-libre: Add aarch64-linux. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87bmdivr91.fsf@aikidev.net> Date: Thu, 17 May 2018 10:53:47 +0200 In-Reply-To: <87bmdivr91.fsf@aikidev.net> (Vagrant Cascadian's message of "Sun, 13 May 2018 20:40:58 -0700") Message-ID: <87lgci4q90.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Vagrant Cascadian , Mark H Weaver Cc: 31447@debbugs.gnu.org Hi Vagrant, (Cc=E2=80=99ing Mark who takes care of the kernel.) Vagrant Cascadian skribis: > The attached patch adds support for aarch64-linux to linux-libre, based > on the configuration provided in Debian's linux-image-4.16.0-1-arm64 > package. > > Tested booting on pine64+ running Debian; GuixSD possibly soon to > follow... Woohoo, nice! > From b9e48a787b6b151b5c7df6036eb75752d3c4db24 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Mon, 14 May 2018 03:20:17 +0000 > Subject: [PATCH] gnu: linux-libre: Enable build for aarch64-linux. > > * gnu/packages/linux.scm (%linux-compatible-systems): Add aarch64-linux. > * gnu/packages/aux-files/linux-libre/4.16-arm64.conf: New file. I think we should add the .conf file to gnu/local.mk, but apart from that it LGTM. Mark, WDYT? Thanks, Ludo=E2=80=99.