Set version and attach sources to commits

This commit is contained in:
Igor
2023-02-12 12:34:01 +01:00
parent e7ab342abd
commit c5a38a8089
16 changed files with 25 additions and 6 deletions

View File

@@ -1 +1 @@
23.02.0-trunk
23.02.1

View File

@@ -11,4 +11,4 @@ export MAIN_CMDLINE='rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repa
# kernel configuration
[[ -z $KERNELDIR ]] && export KERNELDIR="$MAINLINE_KERNEL_DIR"
[[ -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 KERNELSOURCE='https://github.com/raspberrypi/linux'
export KERNELBRANCH="branch:rpi-5.15.y"
export KERNELBRANCH="commit:14b35093ca68bf2c81bbc90aace5007142b40b40"
export KERNELPATCHDIR="${LINUXFAMILY}-${BRANCH}"
export LINUXCONFIG="linux-${LINUXFAMILY}-${BRANCH}"
;;
@@ -27,6 +28,7 @@ case "${BRANCH}" in
export RASPI_DISTRO_KERNEL=no
export KERNELSOURCE='https://github.com/raspberrypi/linux'
export KERNELBRANCH="branch:rpi-6.1.y"
export KERNELBRANCH="commit:3c734d43c5fa10352e46fa7009d0e824e31b3199"
export KERNELPATCHDIR="${LINUXFAMILY}-${BRANCH}"
export LINUXCONFIG="linux-${LINUXFAMILY}-${BRANCH}"
;;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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