linux-megous: orange-pi-6.5-20230914-1327 -> orange-pi-6.6-20231103-1422

This commit is contained in:
Colin 2023-11-25 05:41:50 +00:00
parent 6a9b8b558a
commit b40b29350a

View File

@ -20,6 +20,7 @@ let
# - there should be some new tag, like `refs/tags/orange-pi-6.4-20230907-1427` # - there should be some new tag, like `refs/tags/orange-pi-6.4-20230907-1427`
# checkout the revision associated with the tag, then: # checkout the revision associated with the tag, then:
# - manually retag it, because `git bundle` doesn't actually import the tag # - manually retag it, because `git bundle` doesn't actually import the tag
# - `git checkout <commit> ; git tag <tagname>`
# - `git push origin <tag>` # - `git push origin <tag>`
# - grab VERSION/PATCHLEVEL/SUBLEVEL/EXTRAVERSION from Makefile. # - grab VERSION/PATCHLEVEL/SUBLEVEL/EXTRAVERSION from Makefile.
# #
@ -28,9 +29,9 @@ let
# - this suggests it's NOT a stable branch, only `orange-pi-X.YY-YYYYMMDD-NNNN` tags are "formal" releases # - this suggests it's NOT a stable branch, only `orange-pi-X.YY-YYYYMMDD-NNNN` tags are "formal" releases
# - specific branches like `pp` (pinephone) are dev branches, and probably less stable. # - specific branches like `pp` (pinephone) are dev branches, and probably less stable.
# rev = "orange-pi-6.4-20230914-1603"; # rev = "orange-pi-6.4-20230914-1603";
rev = "orange-pi-6.5-20230914-1327"; rev = "orange-pi-6.6-20231103-1422";
hash = "sha256-X4fDgQEyXgVAdaWzrsEOM+BCkv4rAaCaQSo2w4aRmbQ="; hash = "sha256-d5xQXfFqMBGOCbKO+HOoAKSUrvdhSmpqPAfqW7AYvAg=";
base = "6.5.3"; base = "6.6.0";
# set to empty if not a release candidate, else `-rc<N>` # set to empty if not a release candidate, else `-rc<N>`
rc = ""; rc = "";
@ -81,6 +82,7 @@ let
# used by the pinephone pro, but fails to compile with: # used by the pinephone pro, but fails to compile with:
# ../drivers/media/i2c/ov8858.c:1834:27: error: implicit declaration of function 'compat_ptr' # ../drivers/media/i2c/ov8858.c:1834:27: error: implicit declaration of function 'compat_ptr'
VIDEO_OV8858 = no; VIDEO_OV8858 = no;
BES2600 = no; # fails to compile
# #
### RELEVANT CONFIGS INHERITED FROM NIXOS DEFAULTS (OR ABOVE ADDITIONS): ### RELEVANT CONFIGS INHERITED FROM NIXOS DEFAULTS (OR ABOVE ADDITIONS):
# #