Update for kernel 4.15

This commit adds support for kernel 4.15, which changed the timer interface.

Fetch from 8c3acf9275
This commit is contained in:
Carlos Garces
2018-01-04 00:49:20 +01:00
parent 49a0fb5020
commit 80a0cb2c1a
4 changed files with 47 additions and 7 deletions

View File

@@ -26,7 +26,8 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- gcc-5
env: COMPILER=gcc-5 KVER=4.14
- libelf-dev
env: COMPILER=gcc-5 KVER=4.15-rc6
- compiler: gcc
addons:
apt:
@@ -34,7 +35,8 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- gcc-6
env: COMPILER=gcc-6 KVER=4.14
- libelf-dev
env: COMPILER=gcc-6 KVER=4.15-rc6
- compiler: gcc
addons:
apt:
@@ -42,7 +44,8 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- gcc-7
env: COMPILER=gcc-7 KVER=4.14
- libelf-dev
env: COMPILER=gcc-7 KVER=4.15-rc6
- compiler: gcc
addons:
apt: