From 66f9d7c397785ae48126e3f88b37ddeb1385ab03 Mon Sep 17 00:00:00 2001 From: Han Gao Date: Wed, 19 Jul 2023 05:22:02 +0800 Subject: [PATCH] chore: fixed version rule of kernel Signed-off-by: Han Gao --- .github/workflows/kernel.yml | 1 + arch/riscv/configs/revyos_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index a26e560fb..b4cdcd6b5 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -60,6 +60,7 @@ jobs: pushd kernel make revyos_defconfig + export KDEB_PKGVERSION="$(date "+%Y.%m.%d.%H.%M")+$(git rev-parse --short HEAD)" if [ x"${{ matrix.name }}" = x"gcc-12" ]; then echo "CONFIG_THEAD_ISA=n" >> .config elif [ x"${{ matrix.name }}" = x"thead-gcc" ]; then diff --git a/arch/riscv/configs/revyos_defconfig b/arch/riscv/configs/revyos_defconfig index 86dd6f9b8..835cbc928 100644 --- a/arch/riscv/configs/revyos_defconfig +++ b/arch/riscv/configs/revyos_defconfig @@ -1,3 +1,4 @@ +# CONFIG_LOCALVERSION_AUTO is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_NO_HZ_IDLE=y