mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: linux-libre-arm64-mnt-reform: Fix build.
* gnu/packages/linux.scm (%mnt-reform-revert-drm-rockchip-vop2-patch): New variable. (linux-libre-arm64-mnt-reform): Apply patch.
This commit is contained in:
parent
3110396465
commit
97dd07d24d
1 changed files with 18 additions and 1 deletions
|
@ -1511,12 +1511,29 @@ Linux kernel. It has been modified to remove all non-free binary blobs.")
|
|||
license:gpl3
|
||||
license:x11))))
|
||||
|
||||
(define %mnt-reform-revert-drm-rockchip-vop2-patch
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://source.mnt.re/vagrantc/reform-debian-packages/"
|
||||
"-/raw/e4e6b0972dcbe21c83c0704a9f36d29e0657a9f2/linux/"
|
||||
"patches6.12/rk3588-drm-revert/"
|
||||
"0001-Revert-drm-rockchip-vop2-Improve-display-modes-handl.patch"))
|
||||
(file-name "mnt-reform-revert-drm-rockchip-vop2.patch")
|
||||
(sha256
|
||||
(base32 "1h4cznxx0ix5bd7cfwxil0zrxmzqryha19l11ww6hd8bad1f9i7p"))))
|
||||
|
||||
(define-public linux-libre-arm64-mnt-reform
|
||||
;; Kernel for use on the MNT/Reform systems
|
||||
;; https://mntre.com/reform.html
|
||||
(let ((base (make-linux-libre* linux-libre-6.12-version
|
||||
linux-libre-6.12-gnu-revision
|
||||
linux-libre-6.12-source
|
||||
(source-with-patches linux-libre-6.12-source
|
||||
;; Revert upstream patch
|
||||
;; that conflicts with
|
||||
;; MNT/Reform patches
|
||||
(list
|
||||
%mnt-reform-revert-drm-rockchip-vop2-patch))
|
||||
'("aarch64-linux")
|
||||
#:extra-version "arm64-mnt-reform"
|
||||
#:extra-options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue