Skip to content

Commit

Permalink
Bump edge-media kernel to 6.2.y (#4863)
Browse files Browse the repository at this point in the history
* Add deprecation note (#4845)

* move edge media to 6.2

* Update README.md

---------

Co-authored-by: Werner <[email protected]>
Co-authored-by: Igor Pečovnik <[email protected]>
  • Loading branch information
3 people authored Mar 3, 2023
1 parent 77674a2 commit ce5d22d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/sources/families/media.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ce5d22d

Please sign in to comment.