Unverified Commit 2670bf30 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!3553 kernel: update SP3 OPENEULER_MINOR and introduced OPENEULER_LTS

Merge Pull Request from: @ci-robot 
 
PR sync from: Jialin Zhang <zhangjialin11@huawei.com>
https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/MCOODXCGOOCCRD5EM5XX3M6IXGZHKX6Z/ 
Jialin Zhang (1):
  kernel: update SP3 OPENEULER_MINOR value to 3

Xie XiuQi (1):
  openEuler: introduced OPENEULER_LTS to identify LTS Release


-- 
2.25.1
 
https://gitee.com/openeuler/kernel/issues/I7761D
https://gitee.com/src-openeuler/kernel/issues/I8K3T6 
 
Link:https://gitee.com/openeuler/kernel/pulls/3553

 

Reviewed-by: default avatarXie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: default avatarXie XiuQi <xiexiuqi@huawei.com>
parents f4801a05 c9ec719f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4,8 +4,9 @@ PATCHLEVEL = 10
SUBLEVEL = 0
EXTRAVERSION =
NAME = Kleptomaniac Octopus
OPENEULER_LTS = 1
OPENEULER_MAJOR = 2203
OPENEULER_MINOR = 1
OPENEULER_MINOR = 3

# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
@@ -1308,6 +1309,7 @@ define filechk_version.h
	fi;                                                              \
	echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) +  \
	((c) > 255 ? 255 : (c)))';                                       \
	echo '#define OPENEULER_LTS $(OPENEULER_LTS)';                 	 \
	echo '#define OPENEULER_MAJOR $(OPENEULER_MAJOR)';               \
	echo '#define OPENEULER_MINOR $(OPENEULER_MINOR)';               \
	echo '#define OPENEULER_VERSION(a,b) (((a) << 8) + (b))';        \