linux-stable: update 4.16.15 -> 4.17.1

Tracking the latest master of all dependency layers, gcc was recently
updated to gcc8% from gcc7% and linux-stable-4.16.y fails to build.
linux-stable-4.17.y succeeds with gcc8%, so update to it and make it
the default.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2018-06-13 22:04:22 -04:00
parent d2a3f0f22a
commit 258ce2c195
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;branch=${KBRANCH}"

View File

@ -1,7 +0,0 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
LINUX_VERSION ?= "4.16.15"
KBRANCH ?= "linux-4.16.y"
SRCREV ?= "9f8fb09b3e56c6953acf4d18f4b0681b9fc72ae5"
require linux-stable.inc

View File

@ -0,0 +1,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
LINUX_VERSION ?= "4.17.1"
KBRANCH ?= "linux-4.17.y"
SRCREV ?= "d0c077266ecbe4ebbaac24c0fe5bd81c5304c5a2"
require linux-stable.inc