Bump edge-media kernel to 6.2.y (#4863)

* Add deprecation note (#4845)

* move edge media to 6.2

* Update README.md

---------

Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
Co-authored-by: Igor Pečovnik <igor@armbian.com>
This commit is contained in:
Oleg
2023-03-03 22:31:07 +03:00
committed by GitHub
parent 77674a2b76
commit ce5d22d0db

View File

@@ -12,14 +12,10 @@ elif [[ $BOARD == quartz64a || $BOARD == quartz64b ]]; then
BOOTSOURCE='https://github.com/150balbes/u-boot-rk'
BOOTBRANCH='branch:rk35xx'
BOOTPATCHDIR="u-boot-station-p2"
elif [[ $BOARD == station-m3 ]]; then
elif [[ $BOARD == station-m3 || $BOARD == khadas-edge2 ]]; then
BOOTSOURCE='https://github.com/150balbes/u-boot-rk'
BOOTBRANCH='branch:rk3588'
BOOTPATCHDIR="u-boot-station-p2"
elif [[ $BOARD == khadas-edge2 ]]; then
BOOTSOURCE='https://github.com/150balbes/u-boot-rk'
BOOTBRANCH='branch:rk3588-next-k'
BOOTPATCHDIR="u-boot-station-p2"
else
BOOTBRANCH="tag:v2022.04"
BOOTPATCHDIR="u-boot-media"
@@ -73,7 +69,7 @@ case $BRANCH in
edge)
export KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
KERNELBRANCH="tag:v6.2-rc8" # KERNELBRANCH="branch:linux-6.2.y"
KERNELBRANCH="branch:linux-6.2.y"
KERNELPATCHDIR='media-'$BRANCH
LINUXFAMILY=media
LINUXCONFIG='linux-media-'$BRANCH