mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
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:
parent
d2a3f0f22a
commit
258ce2c195
|
@ -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}"
|
||||
|
||||
|
|
|
@ -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
|
7
recipes-kernel/linux/linux-stable_4.17.bb
Normal file
7
recipes-kernel/linux/linux-stable_4.17.bb
Normal 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
|
Loading…
Reference in New Issue
Block a user