* [bug#29133] [PATCH] linux: Add omap2plus generic kernel.
@ 2017-11-03 14:16 Mathieu Othacehe
2017-11-05 20:50 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2017-11-03 14:16 UTC (permalink / raw)
To: 29133
* 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"))
+
\f
;;;
;;; Pluggable authentication modules (PAM).
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#29133] [PATCH] linux: Add omap2plus generic kernel.
2017-11-03 14:16 [bug#29133] [PATCH] linux: Add omap2plus generic kernel Mathieu Othacehe
@ 2017-11-05 20:50 ` Ludovic Courtès
2017-11-06 18:57 ` Mathieu Othacehe
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-11-05 20:50 UTC (permalink / raw)
To: Mathieu Othacehe; +Cc: 29133
Mathieu Othacehe <m.othacehe@gmail.com> skribis:
> * 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"))
LGTM! Were you able to boot it on an omap system?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-11-06 18:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 14:16 [bug#29133] [PATCH] linux: Add omap2plus generic kernel Mathieu Othacehe
2017-11-05 20:50 ` Ludovic Courtès
2017-11-06 18:57 ` Mathieu Othacehe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.