Compare commits

...

5 Commits
main ... v23.02

Author SHA1 Message Date
Igor
63e1ccaec0
Merge branch 'master' into v23.02 2023-02-18 10:34:59 +01:00
Igor
1a8daf0fd4
Bump version 2023-02-17 23:07:19 +01:00
Igor
a4fe703d91
Merge branch 'master' into v23.02 2023-02-17 23:06:47 +01:00
Igor
21bac1e34b
Merge branch 'master' into v23.02 2023-02-12 21:52:47 +01:00
Igor
c5a38a8089
Set version and attach sources to commits 2023-02-12 12:34:01 +01:00
16 changed files with 25 additions and 6 deletions

View File

@ -1 +1 @@
23.02.0-trunk 23.02.2

View File

@ -11,4 +11,4 @@ export MAIN_CMDLINE='rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repa
# kernel configuration # kernel configuration
[[ -z $KERNELDIR ]] && export KERNELDIR="$MAINLINE_KERNEL_DIR" [[ -z $KERNELDIR ]] && export KERNELDIR="$MAINLINE_KERNEL_DIR"
[[ -z $KERNELSOURCE ]] && export KERNELSOURCE="$MAINLINE_KERNEL_SOURCE" [[ -z $KERNELSOURCE ]] && export KERNELSOURCE="$MAINLINE_KERNEL_SOURCE"
[[ -z $KERNELBRANCH ]] && export KERNELBRANCH='branch:linux-6.0.y' [[ -z $KERNELBRANCH ]] && export KERNELBRANCH='branch:linux-6.0.y' && export KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'

View File

@ -20,6 +20,7 @@ case "${BRANCH}" in
export RASPI_DISTRO_KERNEL=no export RASPI_DISTRO_KERNEL=no
export KERNELSOURCE='https://github.com/raspberrypi/linux' export KERNELSOURCE='https://github.com/raspberrypi/linux'
export KERNELBRANCH="branch:rpi-5.15.y" export KERNELBRANCH="branch:rpi-5.15.y"
export KERNELBRANCH="commit:14b35093ca68bf2c81bbc90aace5007142b40b40"
export KERNELPATCHDIR="${LINUXFAMILY}-${BRANCH}" export KERNELPATCHDIR="${LINUXFAMILY}-${BRANCH}"
export LINUXCONFIG="linux-${LINUXFAMILY}-${BRANCH}" export LINUXCONFIG="linux-${LINUXFAMILY}-${BRANCH}"
;; ;;
@ -27,6 +28,7 @@ case "${BRANCH}" in
export RASPI_DISTRO_KERNEL=no export RASPI_DISTRO_KERNEL=no
export KERNELSOURCE='https://github.com/raspberrypi/linux' export KERNELSOURCE='https://github.com/raspberrypi/linux'
export KERNELBRANCH="branch:rpi-6.1.y" export KERNELBRANCH="branch:rpi-6.1.y"
export KERNELBRANCH="commit:3c734d43c5fa10352e46fa7009d0e824e31b3199"
export KERNELPATCHDIR="${LINUXFAMILY}-${BRANCH}" export KERNELPATCHDIR="${LINUXFAMILY}-${BRANCH}"
export LINUXCONFIG="linux-${LINUXFAMILY}-${BRANCH}" export LINUXCONFIG="linux-${LINUXFAMILY}-${BRANCH}"
;; ;;

View File

@ -11,12 +11,13 @@ case $BRANCH in
current) current)
KERNELBRANCH='branch:linux-5.15.y' KERNELBRANCH='branch:linux-5.15.y'
KERNELBRANCH='commit:85d7786c66b69d3f07cc149ac2f78d8f330c7c11'
;; ;;
edge) edge)
KERNELBRANCH='branch:linux-6.1.y' KERNELBRANCH='branch:linux-6.1.y'
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
;; ;;

View File

@ -25,6 +25,7 @@ case $BRANCH in
current) current)
KERNELBRANCH='branch:linux-6.1.y' KERNELBRANCH='branch:linux-6.1.y'
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
KERNELPATCHDIR='meson64-current' KERNELPATCHDIR='meson64-current'
;; ;;

View File

@ -37,6 +37,7 @@ case $BRANCH in
current) current)
KERNELBRANCH="branch:linux-5.15.y" KERNELBRANCH="branch:linux-5.15.y"
KERNELBRANCH='commit:85d7786c66b69d3f07cc149ac2f78d8f330c7c11'
KERNELPATCHDIR='meson-'$BRANCH KERNELPATCHDIR='meson-'$BRANCH
;; ;;
@ -44,6 +45,7 @@ case $BRANCH in
edge) edge)
KERNELBRANCH="branch:linux-6.1.y" KERNELBRANCH="branch:linux-6.1.y"
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
KERNELPATCHDIR='meson-'$BRANCH KERNELPATCHDIR='meson-'$BRANCH
;; ;;

View File

@ -117,6 +117,7 @@ case $BRANCH in
current) current)
KERNELBRANCH="branch:linux-5.15.y" KERNELBRANCH="branch:linux-5.15.y"
KERNELBRANCH='commit:85d7786c66b69d3f07cc149ac2f78d8f330c7c11'
KERNELPATCHDIR='rockchip64-'$BRANCH KERNELPATCHDIR='rockchip64-'$BRANCH
LINUXFAMILY=rockchip64 LINUXFAMILY=rockchip64
LINUXCONFIG='linux-rockchip64-'$BRANCH LINUXCONFIG='linux-rockchip64-'$BRANCH
@ -126,6 +127,7 @@ case $BRANCH in
KERNELPATCHDIR='rockchip64-'$BRANCH KERNELPATCHDIR='rockchip64-'$BRANCH
KERNELBRANCH="branch:linux-6.1.y" KERNELBRANCH="branch:linux-6.1.y"
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
LINUXFAMILY=rockchip64 LINUXFAMILY=rockchip64
LINUXCONFIG='linux-rockchip64-'$BRANCH LINUXCONFIG='linux-rockchip64-'$BRANCH

View File

@ -62,6 +62,7 @@ case $BRANCH in
current) current)
KERNELBRANCH="branch:linux-6.1.y" KERNELBRANCH="branch:linux-6.1.y"
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
LINUXCONFIG='linux-media-'$BRANCH LINUXCONFIG='linux-media-'$BRANCH
KERNELPATCHDIR='media-'$BRANCH KERNELPATCHDIR='media-'$BRANCH
LINUXFAMILY=media LINUXFAMILY=media

View File

@ -10,7 +10,7 @@ case $BRANCH in
legacy) legacy)
KERNELBRANCH='branch:linux-4.19.y' KERNELBRANCH='branch:linux-4.19.y'
KERNELBRANCH='commit:53b696f0584acce2e90db69272a2a11aab138370"
;; ;;
esac esac

View File

@ -13,12 +13,14 @@ case $BRANCH in
current) current)
KERNELBRANCH='branch:linux-5.15.y' KERNELBRANCH='branch:linux-5.15.y'
KERNELBRANCH='commit:85d7786c66b69d3f07cc149ac2f78d8f330c7c11'
;; ;;
edge) edge)
KERNELBRANCH='branch:linux-6.1.y' KERNELBRANCH='branch:linux-6.1.y'
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
LINUXCONFIG='linux-mvebu-edge' LINUXCONFIG='linux-mvebu-edge'
KERNELPATCHDIR="mvebu-edge" KERNELPATCHDIR="mvebu-edge"

View File

@ -36,12 +36,13 @@ case $BRANCH in
current) current)
KERNELBRANCH='branch:linux-5.15.y' KERNELBRANCH='branch:linux-5.15.y'
KERNELBRANCH='commit:85d7786c66b69d3f07cc149ac2f78d8f330c7c11'
;; ;;
edge) edge)
KERNELBRANCH='branch:linux-6.1.y' KERNELBRANCH='branch:linux-6.1.y'
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
;; ;;
esac esac

View File

@ -12,12 +12,14 @@ case $BRANCH in
KERNELSOURCE='https://github.com/hardkernel/linux' KERNELSOURCE='https://github.com/hardkernel/linux'
KERNELBRANCH='branch:odroid-5.4.y' KERNELBRANCH='branch:odroid-5.4.y'
KERNELBRANCH='commit:3043e57d9fe81d5031c98da852e84e7956b4a953'
KERNELDIR='linux-odroidxu4' KERNELDIR='linux-odroidxu4'
;; ;;
edge) edge)
KERNELBRANCH='branch:linux-6.1.y' KERNELBRANCH='branch:linux-6.1.y'
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
KERNELDIR='linux-odroidxu4' KERNELDIR='linux-odroidxu4'
;; ;;

View File

@ -20,12 +20,14 @@ case $BRANCH in
current) current)
KERNELBRANCH='branch:linux-6.1.y' KERNELBRANCH='branch:linux-6.1.y'
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
;; ;;
edge) edge)
KERNELBRANCH='branch:linux-6.1.y' KERNELBRANCH='branch:linux-6.1.y'
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
;; ;;

View File

@ -13,6 +13,7 @@ case $BRANCH in
BOOTDIR='u-boot-rockchip64' BOOTDIR='u-boot-rockchip64'
KERNELSOURCE='https://github.com/radxa/kernel' KERNELSOURCE='https://github.com/radxa/kernel'
KERNELBRANCH='branch:stable-4.19-rock3' KERNELBRANCH='branch:stable-4.19-rock3'
KERNELBRANCH='commit:12cbef410ae525b8c116feb0028882c7df554c81'
KERNELDIR='linux-rockchip64' KERNELDIR='linux-rockchip64'
KERNELPATCHDIR='rk35xx-legacy' KERNELPATCHDIR='rk35xx-legacy'
if [[ $BOARD == rock-3a ]]; then if [[ $BOARD == rock-3a ]]; then

View File

@ -15,6 +15,7 @@ case $BRANCH in
KERNELDIR='linux-rockchip64' KERNELDIR='linux-rockchip64'
KERNELSOURCE='https://github.com/radxa/kernel' KERNELSOURCE='https://github.com/radxa/kernel'
KERNELBRANCH='branch:linux-5.10-gen-rkr3.4' KERNELBRANCH='branch:linux-5.10-gen-rkr3.4'
KERNELBRANCH='commit:2284656fedcd957584f4fedbc7f7aa1da1a54ced'
KERNELPATCHDIR='rockchip-rk3588-legacy' KERNELPATCHDIR='rockchip-rk3588-legacy'
;; ;;

View File

@ -28,12 +28,13 @@ case $BRANCH in
current) current)
KERNELBRANCH='branch:linux-6.1.y' KERNELBRANCH='branch:linux-6.1.y'
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
;; ;;
edge) edge)
KERNELBRANCH='branch:linux-6.1.y' KERNELBRANCH='branch:linux-6.1.y'
KERNELBRANCH='commit:d60c95efffe84428e3611431bf688f50bfc13f4e'
;; ;;
esac esac