xenomai: new package, only mercury for now supported
[openadk.git] / mk / kernel-ver.mk
blob095303127699ad81a8a1b0f832e5c1edf494b982
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_VERSION_GIT),y)
14 KERNEL_FILE_VER:= $(ADK_TARGET_KERNEL_GIT)
15 KERNEL_RELEASE:= 1
16 KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
17 endif
18 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_11),y)
19 KERNEL_FILE_VER:= 4.11.6
20 KERNEL_RELEASE:= 1
21 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
22 KERNEL_HASH:= 25539bfc34a01735d23ee80d5ef84054c65d1ea35dbd81be1cea339c21509631
23 endif
24 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y)
25 KERNEL_FILE_VER:= 4.9.32
26 KERNEL_RELEASE:= 1
27 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
28 KERNEL_HASH:= c3796575bbd2f55a1d1fb3f07b197b76afbb62dc1f64bd15d44626f78a610765
29 endif
30 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6),y)
31 KERNEL_FILE_VER:= 4.6.2
32 KERNEL_RELEASE:= 1
33 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
34 KERNEL_HASH:= e158f3c69da87c2ec28d0f194dbe18b05e0d0b9e1142566615cea3390bab1c6a
35 endif
36 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y)
37 KERNEL_FILE_VER:= 4.4.72
38 KERNEL_RELEASE:= 1
39 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
40 KERNEL_HASH:= 4133b41b855f58462301719d05d6d05ddb803d0117c8d57de352cb4d7835ede8
41 endif
42 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1),y)
43 KERNEL_FILE_VER:= 4.1.39
44 KERNEL_RELEASE:= 1
45 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
46 KERNEL_HASH:= a8e82c8b1580ac4f8b176c714206498adedec9591eda48b895f6c61116d58854
47 endif
48 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_16),y)
49 KERNEL_FILE_VER:= 3.16.43
50 KERNEL_RELEASE:= 1
51 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
52 KERNEL_HASH:= 93843c6a14e774327950159cade4c2c54ba105617275e4b595555ca9c34bc1e3
53 endif
54 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_10),y)
55 KERNEL_FILE_VER:= 3.10.105
56 KERNEL_RELEASE:= 1
57 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
58 KERNEL_HASH:= 1c5bcc129cbbe2f665e8446b4c2fdbec0ec5f2b5d40495abfba13bbf66ac699c
59 endif
60 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_4),y)
61 KERNEL_FILE_VER:= 3.4.113
62 KERNEL_RELEASE:= 1
63 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
64 KERNEL_HASH:= c474a1d630357e64ae89f374a2575fa9623e87ea1a97128c4d83f08d4e7a0b4f
65 endif
66 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_2),y)
67 KERNEL_FILE_VER:= 3.2.88
68 KERNEL_RELEASE:= 1
69 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
70 KERNEL_HASH:= 426d254322c521dcb16606d6a390b8600e4f6ccf0edd03bbffc582d6cda1429c
71 endif
72 ifeq ($(ADK_TARGET_KERNEL_VERSION_2_6_32),y)
73 KERNEL_FILE_VER:= 2.6.32.70
74 KERNEL_RELEASE:= 1
75 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
76 KERNEL_HASH:= d7d0ee4588711d4f85ed67b65d447b4bbbe215e600a771fb87a62524b6341c43
77 endif
78 ifeq ($(ADK_TARGET_KERNEL_VERSION_3_4_NDS32),y)
79 KERNEL_FILE_VER:= 3.4-nds32
80 KERNEL_RELEASE:= 1
81 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
82 KERNEL_HASH:= d942fb778395a491a44b144c8542bafd8ef9bb5ffb6650ce94e6304a913361c9
83 endif