summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
blob: e9b44ddb38770661e4d4291ad81a302633d8e317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
#
# On the various kernel version variables:
#
# KERNEL_FILE_VER: version numbering used for tarball and contained top level
#                  directory (e.g. linux-4.1.2.tar.bz2 -> linux-4.1.2) (not
#                  necessary equal to kernel's version, e.g. linux-3.19
#                  contains kernel version 3.19.0)
# KERNEL_RELEASE:  OpenADK internal versioning
# KERNEL_VERSION:  final kernel version how we want to identify a specific kernel

ifeq ($(ADK_TARGET_KERNEL_VERSION_GIT),y)
KERNEL_FILE_VER:=	$(ADK_TARGET_KERNEL_HASH)
KERNEL_RELEASE:=	1
KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_2_4),y)
KERNEL_FILE_VER:=	4.2.4
KERNEL_RELEASE:=	1
KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:=		167a58414805918d01eee9265f56408f6a03113e78ff78f9f6fa8476b4c82ff2
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1_10),y)
KERNEL_FILE_VER:=	4.1.10
KERNEL_RELEASE:=	1
KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:=		5724e7c099afa4c442dcea64ce13aea66b66915ef629b79c21d6df46c5cfbabe
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_3_18_22),y)
KERNEL_FILE_VER:=	3.18.22
KERNEL_RELEASE:=	1
KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:=		1cdcbb46d02da936bf58707c788bb39ca551260964853c1c5f7e49cda602ce2c
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_3_14_54),y)
KERNEL_FILE_VER:=	3.14.54
KERNEL_RELEASE:=	1
KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:=		2f3a2ad541d011ee1a95e5900f2cc3887ced0f14ead7f1fcf070ce2a7a3f544a
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_3_12_48),y)
KERNEL_FILE_VER:=	3.12.48
KERNEL_RELEASE:=	1
KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:=		3f4263d06b062a85c83a15fc5616af60af56d154b18ae393306f2ba445bc7bd7
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_3_10_90),y)
KERNEL_FILE_VER:=	3.10.90
KERNEL_RELEASE:=	1
KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:=		5a6725d4f425f1dc8b033bd29aaabae7402c82e0c527c3aed61c29a8f7b05ee3
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_3_4_109),y)
KERNEL_FILE_VER:=	3.4.109
KERNEL_RELEASE:=	1
KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:=		e20c22b3362c2b701111faea6c92d266a387d28e94e14426e9fc31a918c1a5bd
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_3_2_71),y)
KERNEL_FILE_VER:=	3.2.71
KERNEL_RELEASE:=	1
KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:=		eadbf2f230c432f214e0449dbfdb7ae0080d321da2e38d63c1a77eda57896442
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_2_6_32_68),y)
KERNEL_FILE_VER:=	2.6.32.68
KERNEL_RELEASE:=	1
KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:=		f56ca7f9ae41a80b37b42a9aa6367d6b054cde8a32ef3585a8b7b1fecd1c399e
endif