From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAcmS-0001Ug-NM for guix-patches@gnu.org; Fri, 03 Nov 2017 10:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAcmM-0005GO-Tj for guix-patches@gnu.org; Fri, 03 Nov 2017 10:17:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41007) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eAcmM-0005GI-QN for guix-patches@gnu.org; Fri, 03 Nov 2017 10:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eAcmM-0002PB-Hn for guix-patches@gnu.org; Fri, 03 Nov 2017 10:17:02 -0400 Subject: [bug#29133] [PATCH] linux: Add omap2plus generic kernel. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAcmA-0001Ld-Hc for guix-patches@gnu.org; Fri, 03 Nov 2017 10:16:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAcm4-0004zP-Pi for guix-patches@gnu.org; Fri, 03 Nov 2017 10:16:50 -0400 Received: from mail-wr0-x22e.google.com ([2a00:1450:400c:c0c::22e]:54541) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eAcm4-0004zE-Hw for guix-patches@gnu.org; Fri, 03 Nov 2017 10:16:44 -0400 Received: by mail-wr0-x22e.google.com with SMTP id o44so2622384wrf.11 for ; Fri, 03 Nov 2017 07:16:44 -0700 (PDT) From: Mathieu Othacehe Date: Fri, 3 Nov 2017 15:16:37 +0100 Message-Id: <1509718597-31300-1-git-send-email-m.othacehe@gmail.com> 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: 29133@debbugs.gnu.org * gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable. --- gnu/packages/linux.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2ecf6bd..0ee2d60 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -402,6 +402,13 @@ It has been modified to remove all non-free binary blobs.") #:defconfig "multi_v7_defconfig" #:extra-version "arm-generic")) +(define-public linux-libre-arm-omap2plus + (make-linux-libre %linux-libre-version + %linux-libre-hash + '("armhf-linux") + #:defconfig "omap2plus_defconfig" + #:extra-version "arm-omap2plus")) + ;;; ;;; Pluggable authentication modules (PAM). -- 2.7.4