From 258ce2c1959aac911ecf5584c2000c83d662f9ba Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 13 Jun 2018 22:04:22 -0400 Subject: [PATCH] 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 --- recipes-kernel/linux/linux-stable.inc | 2 +- recipes-kernel/linux/linux-stable_4.16.bb | 7 ------- recipes-kernel/linux/linux-stable_4.17.bb | 7 +++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 recipes-kernel/linux/linux-stable_4.16.bb create mode 100644 recipes-kernel/linux/linux-stable_4.17.bb diff --git a/recipes-kernel/linux/linux-stable.inc b/recipes-kernel/linux/linux-stable.inc index fb07799..4dba07f 100644 --- a/recipes-kernel/linux/linux-stable.inc +++ b/recipes-kernel/linux/linux-stable.inc @@ -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}" diff --git a/recipes-kernel/linux/linux-stable_4.16.bb b/recipes-kernel/linux/linux-stable_4.16.bb deleted file mode 100644 index 2448a82..0000000 --- a/recipes-kernel/linux/linux-stable_4.16.bb +++ /dev/null @@ -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 diff --git a/recipes-kernel/linux/linux-stable_4.17.bb b/recipes-kernel/linux/linux-stable_4.17.bb new file mode 100644 index 0000000..ac965f2 --- /dev/null +++ b/recipes-kernel/linux/linux-stable_4.17.bb @@ -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