meson64/edge: bump to 6.5.y; rebase all patches vs v6.5(.0)

- drop upstreamed patch `meson-dts-add-missing-cache-properties.patch`
This commit is contained in:
Ricardo Pardini
2023-08-31 12:05:04 +02:00
committed by Igor
parent f1b41bb771
commit 2230db6299
82 changed files with 7630 additions and 3 deletions

View File

@@ -45,8 +45,8 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel. For mainline caching.
KERNELBRANCH='branch:linux-6.4.y'
declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel. For mainline caching.
KERNELBRANCH='branch:linux-6.5.y'
KERNELPATCHDIR='meson64-edge'
;;