From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/5] gnu: kernel-config: Add armhf kernel config. Date: Mon, 05 Sep 2016 10:29:45 +0200 Message-ID: <87mvjmpx52.fsf@gnu.org> References: <20160902160928.9458-1-david@craven.ch> <20160902160928.9458-5-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgpHr-0006f9-VO for guix-devel@gnu.org; Mon, 05 Sep 2016 04:29:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgpHn-0003Kx-O6 for guix-devel@gnu.org; Mon, 05 Sep 2016 04:29:51 -0400 In-Reply-To: <20160902160928.9458-5-david@craven.ch> (David Craven's message of "Fri, 2 Sep 2016 18:09:27 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * gnu/packages/linux.scm (kernel-config): Add armhf. > * gnu/packages/linux-libre-4.7-armhf.conf Cool! Make sure to add the file to gnu/local.mk too. I wonder if it makes sense to have a single =E2=80=9Carmhf=E2=80=9D configu= ration. My understanding is that the config is often tweaked for the specific ARM board that is targeted. Did you have a chance to test this kernel on a real ARM machine? Thanks, Ludo=E2=80=99.