linux-megous: orange-pi-6.7-20240211-1928 -> orange-pi-6.7-20240306-2359

still getting PHY issues with it, but it boots to ssh
This commit is contained in:
Colin 2024-03-29 18:18:37 +00:00
parent e855be4796
commit f01758503c

View File

@ -16,7 +16,9 @@ let
# - see: <https://xnux.eu/log/094.html> # - see: <https://xnux.eu/log/094.html>
# - `wget https://xff.cz/kernels/git/orange-pi-active.bundle` # - `wget https://xff.cz/kernels/git/orange-pi-active.bundle`
# - `git fetch torvalds` # - `git fetch torvalds`
# - `git bundle unbundle orange-pi-active.bundle` # - `curl -o .bundle https://xff.cz/kernels/git/orange-pi-active.bundle`
# - `git fetch .bundle '+refs/heads/*:refs/remotes/megi/*'`
# - OR: `git bundle unbundle .bundle`
# - 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
@ -34,9 +36,9 @@ let
# - orange-pi is listed as the "main integration branch". # - orange-pi is listed as the "main integration branch".
# - 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.7-20240211-1928"; rev = "orange-pi-6.7-20240306-2359";
base = "6.7.4"; base = "6.7.9";
hash = "sha256-wngHUrs9NeKcb7TYusRYRsWH9VwAW+gBwBPgq9QGjfs="; hash = "sha256-UQanb0l9yNWrccQLuKNln4CfvoaMy9zDKtBhnDG7yPE=";
# set to empty if not a release candidate, else `-rc<N>` # set to empty if not a release candidate, else `-rc<N>`
rc = ""; rc = "";