summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-01-27 12:15:55 -0800
committerVagrant Cascadian <vagrant@debian.org>2026-01-29 13:30:11 -0800
commit603c3ed4695b9efe99408b73338fe61f4c81de4b (patch)
treee8fcbf93657d82896a95b50855e0e287ccb9e4c6 /gnu/packages/linux.scm
parent9fe57d112e5e06c4ab13ee8210d87bec81f87544 (diff)
gnu: Add reform-debian-packages-for-6.18.
* gnu/packages/linux.scm (reform-debian-packages-for-6.18): New variable.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm42
1 files changed, 42 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ac7ad7e25e6..23d4ede3ef4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1535,6 +1535,48 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
("CONFIG_VHOST_VDPA" . m))
(default-extra-linux-options linux-libre-lts-version))))
+(define-public reform-debian-packages-for-6.18
+ (package
+ (name "reform-debian-packages")
+ (version "2023-07-10-515-gc527a1d") ;from git describe
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://source.mnt.re/reform/reform-debian-packages.git")
+ (commit "c527a1d0e548dfb9d7c28bb2c78907230efa4314")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1vfq46s4mxc94sdm5i15kj51s6cwjgg5xijag5g5hcqzi29hpclm"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan
+ #~'(("linux/patches6.18/" "/patches6.18")
+ ("linux/" "/dts/amlogic"
+ #:include-regexp ("meson.*\\.dts$"))
+ ("linux/" "/dts/freescale"
+ #:include-regexp ("imx8.*\\.dts$"))
+ ("linux/" "/dts/freescale"
+ #:include-regexp ("fsl.*\\.dts$"))
+ ("linux/" "/dts/rockchip"
+ #:include-regexp ("rk3588.*\\.dts$"))
+ ("linux/config" "config"))))
+ (home-page "https://source.mnt.re/reform/reform-debian-packages")
+ (synopsis
+ "Linux kernel patches and device-trees used for MNT Reform systems")
+ (description
+ "Linux kernel patches and device-trees used for the MNT Reform systems")
+ (license (list
+ (license:fsf-free "file://filter-output"
+ "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html")
+ license:bsd-2
+ license:expat
+ license:gpl2
+ license:gpl2+
+ license:gpl3
+ license:x11))))
+
(define-public reform-debian-packages-for-6.12
(package
(name "reform-debian-packages")