arc: update toolchain
[openadk.git] / mk / kernel-ver.mk
blobbf7eb91a666779c030eff039b492868df71f4de5
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 # On the various kernel version variables:
6 # KERNEL_FILE_VER: version numbering used for tarball and contained top level
7 # directory (e.g. linux-4.1.2.tar.bz2 -> linux-4.1.2) (not
8 # necessary equal to kernel's version, e.g. linux-3.19
9 # contains kernel version 3.19.0)
10 # KERNEL_RELEASE: OpenADK internal versioning
11 # KERNEL_VERSION: final kernel version how we want to identify a specific kernel
13 ifeq ($(ADK_TARGET_KERNEL_GIT),y)
14 ifneq ($(ADK_TARGET_KERNEL_HASH),)
15 KERNEL_FILE_VER:= $(ADK_TARGET_KERNEL_HASH)
16 else
17 KERNEL_FILE_VER:= $(ADK_KERNEL_GITVER)
18 endif
19 KERNEL_RELEASE:= 1
20 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
21 endif
22 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_7),y)
23 KERNEL_FILE_VER:= 4.7.3
24 KERNEL_RELEASE:= 1
25 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
26 KERNEL_HASH:= 0ce7bd4e582f77d68e0fd6ed5838f65413c2d77f1828b50ca1014a74a42d399b
27 endif
28 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y)
29 KERNEL_FILE_VER:= 4.4.20
30 KERNEL_RELEASE:= 1
31 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
32 KERNEL_HASH:= d231bc70a94139d0100996d44c420cff2e07a7fd95c8c2c4e0bd031aaf56b5aa
33 endif
34 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1),y)
35 KERNEL_FILE_VER:= 4.1.30
36 KERNEL_RELEASE:= 1
37 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
38 KERNEL_HASH:= 9d22eaaecce666c9e813653bd2a7654849f3f105bdcefe3fe4ee8035f2ad92c6
39 endif
40 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_18),y)
41 KERNEL_FILE_VER:= 3.18.33
42 KERNEL_RELEASE:= 1
43 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
44 KERNEL_HASH:= 33f2a5d10769c05f6ed6a9eff24429ffd4fbaeb492320e3f9da318d56afdaa30
45 endif
46 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_14),y)
47 KERNEL_FILE_VER:= 3.14.72
48 KERNEL_RELEASE:= 1
49 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
50 KERNEL_HASH:= 0c64e38255e591dc06d57881ce08e29009c2d31fcdaab2b1a4b736bc873f4724
51 endif
52 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_12),y)
53 KERNEL_FILE_VER:= 3.12.59
54 KERNEL_RELEASE:= 1
55 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
56 KERNEL_HASH:= 6c626d95186c082a3a3e7e777cd374c0e03a851d8b8b2b2a0ee29786a1efce93
57 endif
58 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_10),y)
59 KERNEL_FILE_VER:= 3.10.101
60 KERNEL_RELEASE:= 1
61 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
62 KERNEL_HASH:= 36358cdcc2f322d4b5fc0e7fc44376b7dbc895c94703db8787722145b7e912bd
63 endif
64 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_4),y)
65 KERNEL_FILE_VER:= 3.4.112
66 KERNEL_RELEASE:= 1
67 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
68 KERNEL_HASH:= 29c8370c4c6e639ad5e38e6eb052058d5f45add3167f2aa4cc08e6569f024181
69 endif
70 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_2),y)
71 KERNEL_FILE_VER:= 3.2.80
72 KERNEL_RELEASE:= 1
73 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
74 KERNEL_HASH:= 0823ab862fd7de6ea4d9b002fedfb0a293b05df697307e7b0a82e76eaf1e827d
75 endif
76 ifeq ($(ADK_TARGET_KERNEL_VERSION_2_6_32),y)
77 KERNEL_FILE_VER:= 2.6.32.70
78 KERNEL_RELEASE:= 1
79 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
80 KERNEL_HASH:= d7d0ee4588711d4f85ed67b65d447b4bbbe215e600a771fb87a62524b6341c43
81 endif