summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2018-10-01 08:34:09 (GMT)
committerAlexey Brodkin <abrodkin@synopsys.com>2018-10-01 08:34:12 (GMT)
commit7b929a528ef8b78ecdf295d4c0536b4707e358e6 (patch)
tree9bf594fe666ebc1475edc348e7bea6e096064504 /packages
parent68be6c2268dfee7c988a4e8d24a2d8caa8c32eda (diff)
Disallow linux versions before 4.8 for ARC
Inspired by a similar fix for AArch64 in 481cbaac9b23. The point is in Linux v4.8 we introduced new ABIv4 which is now used in both Linux kernel and up-to-date GNU tools for ARC (based on GCC 6.x+). See [1] for more details. [1] https://github.com/foss-for-synopsys-dwc-arc-processors/linux/wiki/ARC-Linux-Syscall-ABI-Compatibility Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/package.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/package.desc b/packages/linux/package.desc
index d7fc3f7..184e6dd 100644
--- a/packages/linux/package.desc
+++ b/packages/linux/package.desc
@@ -1,6 +1,6 @@
repository='git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
mirrors='$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})'
relevantpattern='2.*.*|. *.*|.'
-milestones='3.2 3.7'
+milestones='3.2 3.7 4.8'
archive_formats='.tar.xz .tar.gz'
signature_format='unpacked/.sign'