From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Kernel recompilation on Novena Date: Mon, 08 Jun 2015 14:42:54 +0200 Message-ID: <87eglmweup.fsf@gnu.org> References: <20150606124828.GA6394@debian> <877frfuvom.fsf@gnu.org> <878ubvhvdz.fsf@netris.org> 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]:42002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1wOL-00019r-48 for guix-devel@gnu.org; Mon, 08 Jun 2015 08:43:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1wOG-0005BW-R6 for guix-devel@gnu.org; Mon, 08 Jun 2015 08:43:01 -0400 In-Reply-To: <878ubvhvdz.fsf@netris.org> (Mark H. Weaver's message of "Sun, 07 Jun 2015 20:54:48 -0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Thanks for the info! >> >> I wonder what the status of our linux-libre package is on armhf. I >> guess we first need a config file for that platform, based on the x86 >> ones. > > I may be showing my ignorance, but it seems to me that kernels built for > armhf and mips machines usually need custom patches and configuration > that vary from one machine to another. Or at least the armhf and mips > machines that I have access to (Novena and Loongson-based laptops) > require additional patches and custom configuration. Yeah, right. I don=E2=80=99t know how much per-machine customization is ne= eded. > They also typically use bootloaders other than GRUB. The Loongson-based > machines use PMON and the Novena uses U-Boot. Yes, but: . It would be wonderful if we could stick to GRUB. > IMO, the first step is to make it easier to create custom linux-libre > packages with custom patches and additional configuration. Patches going in that direction would be great. Ludo=E2=80=99.