mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00

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>
16 lines
392 B
HTML
16 lines
392 B
HTML
DESCRIPTION = "Linux Kernel"
|
|
SECTION = "kernel"
|
|
LICENSE = "GPLv2"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;branch=${KBRANCH}"
|
|
|
|
inherit kernel
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
KCONF_BSP_AUDIT_LEVEL = "0"
|
|
deltask kernel_configme
|