mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: linux-libre@5.12: Apply patch to fix eDP panel on Pinebook Pro.
* gnu/packages/linux.scm (linux-libre-5.12-source): Add Pinebook Pro LCD patch. (linux-libre-5.10-pristine-source): Fix whitespace and add comment.
This commit is contained in:
parent
d7d6c9e4e6
commit
b5069d8eaa
1 changed files with 7 additions and 3 deletions
|
@ -481,14 +481,18 @@ (define (source-with-patches source patches)
|
|||
(define-public linux-libre-5.12-source
|
||||
(source-with-patches linux-libre-5.12-pristine-source
|
||||
(list %boot-logo-patch
|
||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||
%linux-libre-arm-export-__sync_icache_dcache-patch
|
||||
;; Pinebook Pro patch to fix LCD display
|
||||
(search-patch
|
||||
"linux-libre-arm64-generic-pinebook-lcd.patch"))))
|
||||
|
||||
(define-public linux-libre-5.10-source
|
||||
(source-with-patches linux-libre-5.10-pristine-source
|
||||
(list %boot-logo-patch
|
||||
%linux-libre-arm-export-__sync_icache_dcache-patch
|
||||
(search-patch
|
||||
"linux-libre-arm64-generic-pinebook-lcd.patch"))))
|
||||
;; Pinebook Pro patch to fix LCD display
|
||||
(search-patch
|
||||
"linux-libre-arm64-generic-pinebook-lcd.patch"))))
|
||||
|
||||
(define-public linux-libre-5.4-source
|
||||
(source-with-patches linux-libre-5.4-pristine-source
|
||||
|
|
Loading…
Reference in a new issue