Merge pull request #1044 from abrodkin/topic-arc-linux-4.8

Disallow linux versions before 4.8 for ARC
This commit is contained in:
Alexey Neyman 2018-10-29 23:31:44 -07:00 committed by GitHub
commit 7c4c6892b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
## select ARCH_SUPPORTS_WITH_CPU
## select GCC_REQUIRE_7_or_later
## select BINUTILS_REQUIRE_2_30_or_later
## select LINUX_REQUIRE_4_8_or_later if KERNEL_LINUX
##
## help The Synopsys DesignWare ARC architecture, see more info here:
## help https://www.synopsys.com/designware-ip/processor-solutions/arc-processors.html

View File

@ -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'