guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: linux-libre@5.12: Apply patch to fix eDP pan


From: guix-commits
Subject: branch master updated: gnu: linux-libre@5.12: Apply patch to fix eDP panel on Pinebook Pro.
Date: Sun, 30 May 2021 01:13:27 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b5069d8  gnu: linux-libre@5.12: Apply patch to fix eDP panel on 
Pinebook Pro.
b5069d8 is described below

commit b5069d8eaa09d20ed622b284f4004b155fc11ef8
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Mon May 10 04:27:43 2021 +0000

    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.
---
 gnu/packages/linux.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 615a252..b803426 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -481,14 +481,18 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]