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

Linux kernel 4.11 being released soon, bump recipe to 4.11-rc8. Signed-off-by: Romain Perier <romain.perier@collabora.com> Tested-by: Trevor Woerner <twoerner@gmail.com>
21 lines
652 B
BlitzBasic
21 lines
652 B
BlitzBasic
# Copyright (C) 2017 Romain Perier
|
|
# Copyright (C) 2017 Eddie Cai
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
|
|
|
|
SRCREV = "5a7ad1146caa895ad718a534399e38bd2ba721b7"
|
|
LINUX_VERSION = "4.11"
|
|
# Override local version in order to use the one generated by linux build system
|
|
# And not "yocto-standard"
|
|
LINUX_VERSION_EXTENSION = ""
|
|
PR = "r1"
|
|
PV = "${LINUX_VERSION}-rc8"
|
|
|
|
# Include only supported boards for now
|
|
COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"
|
|
deltask kernel_configme
|
|
|