From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] system: grub: On MIPS, the linux image name is vmlinuz Date: Wed, 28 Oct 2015 00:29:19 -0400 Message-ID: <87wpu71uqo.fsf@netris.org> References: <87a8thx3l5.fsf@netris.org> <87pp28whqu.fsf@gnu.org> <87io5savhn.fsf@gnu.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]:33448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrIMn-0004oG-39 for guix-devel@gnu.org; Wed, 28 Oct 2015 00:29:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrIMj-0005i8-Rc for guix-devel@gnu.org; Wed, 28 Oct 2015 00:29:41 -0400 In-Reply-To: <87io5savhn.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 27 Oct 2015 21:48:20 +0100") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > I just pushed this and two other non-controversial patches from > =E2=80=98wip-loongson2f=E2=80=99. Sounds good, thanks! > I could continue, because the remainder looks OK too at first glance > (mostly I need to test that the new GRUB works fine here), but I thought > I=E2=80=99d leave you a chance to chime in. ;-) > > So the backlog currently is this: > > + 8692ab8 TEMPORARY_HACK: gnu: gst-plugins-base: Disable tests on MIPS an= d ARM. > + 8549720 NON_INTEL_ONLY: services: xorg: Remove xf86-video-intel. > + 7380191 gnu: grub: Add support for Loongson-based machines. FYI, the commit "7380191 gnu: grub: Add support for Loongson-based machines" contains a mistake that shows itself on non-MIPS machines: the quote in the following line should be quasiquote: '(("qemu" ,qemu-for-tests) I fixed it in my local tree but haven't yet pushed it. Mark