From f6948189a940c0bf354672141762c6dacf1395e1 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Fri, 3 Nov 2017 15:15:23 +0100 Subject: linux: Add omap2plus generic kernel. * gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable. --- gnu/packages/linux.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2ecf6bdfd3..0ee2d601ad 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). -- cgit v1.2.3 d Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/glob.scm
AgeCommit message (Expand)Author
2020-12-09guix: Add globstar support....* guix/glob.scm (string->sglob) (glob-match?): Add globstar support. * tests/glob.scm: Update accordingly. Signed-off-by: Jelle Licht <jlicht@fsfe.org> Giacomo Leidi