forked from RobertCNelson/ti-linux-kernel-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversion.sh
59 lines (50 loc) · 1.38 KB
/
version.sh
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
#!/bin/sh
#
ARCH=$(uname -m)
config="omap2plus_defconfig"
build_prefix="-ti-r"
branch_prefix="ti-linux-"
branch_postfix=".y"
bborg_branch="4.14"
#arm
KERNEL_ARCH=arm
#toolchain="gcc_linaro_eabi_4_8"
#toolchain="gcc_linaro_eabi_4_9"
#toolchain="gcc_linaro_eabi_5"
#toolchain="gcc_linaro_eabi_6"
#toolchain="gcc_linaro_eabi_7"
#toolchain="gcc_linaro_gnueabi_4_6"
#toolchain="gcc_linaro_gnueabihf_4_7"
#toolchain="gcc_linaro_gnueabihf_4_8"
#toolchain="gcc_linaro_gnueabihf_4_9"
#toolchain="gcc_linaro_gnueabihf_5"
#toolchain="gcc_linaro_gnueabihf_6"
toolchain="gcc_linaro_gnueabihf_7"
#toolchain="gcc_arm_gnueabihf_8"
#arm64
#KERNEL_ARCH=arm64
#toolchain="gcc_linaro_aarch64_gnu_5"
#toolchain="gcc_linaro_aarch64_gnu_6"
#toolchain="gcc_linaro_aarch64_gnu_7"
#toolchain="gcc_arm_aarch64_gnu_8"
#Kernel
KERNEL_REL=4.14
KERNEL_TAG=${KERNEL_REL}.108
kernel_rt=".106-rt56"
#Kernel Build
BUILD=${build_prefix}108
#v5.X-rcX + upto SHA
#prev_KERNEL_SHA=""
#KERNEL_SHA=""
#git branch
BRANCH="${branch_prefix}${KERNEL_REL}${branch_postfix}"
DISTRO=xross
DEBARCH=armhf
ti_git_old_release="b02daa74d9bd58b07b7d43168d4dca9595c0bab3"
ti_git_pre="b02daa74d9bd58b07b7d43168d4dca9595c0bab3"
ti_git_post="b02daa74d9bd58b07b7d43168d4dca9595c0bab3"
#
#https://gitlab.denx.de/Xenomai/xenomai.git
#https://gitlab.denx.de/Xenomai/xenomai/tree/stable/v3.0.x
#xenomai_checkout="0e79d326061190e08f53e7a41bcea50da4859615"
#