Skip to content

Commit

Permalink
Bump bcm, imx, mvebu64 and xu4 EDGE to 6.1.y (#4560)
Browse files Browse the repository at this point in the history
* Bump bcm, imx, mvebu64, xu4 and rockchip to 6.1.y

* Add configs for imx6 and xu4

* Add broadcom kernel config

* Move XU4 edge to mainline kernel as hardkernel branch contain nothing for it

* Move Rockchip64 EDGE to 6.1

* Move rockchip (32 bit) edge to kernel 6.1

* Move rk322x edge kernel to 6.1

Co-authored-by: Paolo Sabatino <paolo.sabatino@gmail.com>
  • Loading branch information
igorpecovnik and paolosabatino authored Dec 14, 2022
1 parent cbbbaf7 commit c0001d5
Show file tree
Hide file tree
Showing 99 changed files with 543,414 additions and 1,445 deletions.
314 changes: 185 additions & 129 deletions config/kernel/linux-bcm2711-edge.config

Large diffs are not rendered by default.

367 changes: 200 additions & 167 deletions config/kernel/linux-imx6-edge.config

Large diffs are not rendered by default.

270 changes: 145 additions & 125 deletions config/kernel/linux-odroidxu4-edge.config

Large diffs are not rendered by default.

270 changes: 145 additions & 125 deletions config/kernel/linux-rk322x-edge.config

Large diffs are not rendered by default.

279 changes: 152 additions & 127 deletions config/kernel/linux-rockchip-edge.config

Large diffs are not rendered by default.

385 changes: 232 additions & 153 deletions config/kernel/linux-rockchip64-edge.config

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/sources/families/bcm2711.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ case "${BRANCH}" in
edge)
export RASPI_DISTRO_KERNEL=no
export KERNELSOURCE='https://github.com/raspberrypi/linux'
export KERNELBRANCH="branch:rpi-6.0.y"
export KERNELBRANCH="branch:rpi-6.1.y"
export KERNELPATCHDIR="${LINUXFAMILY}-${BRANCH}"
export LINUXCONFIG="linux-${LINUXFAMILY}-${BRANCH}"
;;
Expand Down
2 changes: 1 addition & 1 deletion config/sources/families/imx6.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ case $BRANCH in

edge)

KERNELBRANCH='branch:linux-6.0.y'
KERNELBRANCH='branch:linux-6.1.y'

;;

Expand Down
2 changes: 1 addition & 1 deletion config/sources/families/include/rockchip64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ case $BRANCH in
edge)

KERNELPATCHDIR='rockchip64-'$BRANCH
KERNELBRANCH="branch:linux-6.0.y"
KERNELBRANCH="branch:linux-6.1.y"
LINUXFAMILY=rockchip64
LINUXCONFIG='linux-rockchip64-'$BRANCH

Expand Down
2 changes: 1 addition & 1 deletion config/sources/families/mvebu64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ case $BRANCH in

edge)

KERNELBRANCH='branch:linux-6.0.y'
KERNELBRANCH='branch:linux-6.1.y'
;;

esac
Expand Down
3 changes: 1 addition & 2 deletions config/sources/families/odroidxu4.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ case $BRANCH in

edge)

KERNELSOURCE='https://github.com/tobetter/linux'
KERNELBRANCH='branch:odroid-6.0.y'
KERNELBRANCH='branch:linux-6.1.y'
KERNELDIR='linux-odroidxu4'
;;

Expand Down
2 changes: 1 addition & 1 deletion config/sources/families/rk322x.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ case $BRANCH in

edge)

KERNELBRANCH='branch:linux-6.0.y'
KERNELBRANCH='branch:linux-6.1.y'

;;

Expand Down
2 changes: 1 addition & 1 deletion config/sources/families/rockchip.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ case $BRANCH in

edge)

KERNELBRANCH='branch:linux-6.0.y'
KERNELBRANCH='branch:linux-6.1.y'
;;

esac
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ compilation_prepare() {
if linux-version compare "${version}" ge 5.15.41 && linux-version compare "${version}" le 5.16; then aufstag="5.15.41"; fi
if linux-version compare "${version}" ge 5.17.3 && linux-version compare "${version}" le 5.18; then aufstag="5.17.3"; fi


# check if Mr. Okajima already made a branch for this version
improved_git ls-remote --exit-code --heads $GITHUB_SOURCE/sfjro/aufs5-standalone "aufs${aufstag}" > /dev/null

Expand Down
Loading

0 comments on commit c0001d5

Please sign in to comment.