linux: Add recipe for 4.10

Add mainline kernel support. Now the version is 4.10-rc8.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
Reviewed-by: Trevor Woerner <twoerner@gmail.com>
Reviewed-by: Romain Perier <romain.perier@collabora.com>
This commit is contained in:
Eddie Cai 2017-02-14 13:54:26 +08:00 committed by Romain Perier
parent b3c70ca0b6
commit a2ec1eaa1a

View File

@ -1,17 +1,18 @@
# Copyright (C) 2015 Romain Perier
# 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/stable/linux-stable.git;branch=linux-4.7.y"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
SRCREV = "${AUTOREV}"
LINUX_VERSION = "4.7.10"
SRCREV = "7089db84e356562f8ba737c29e472cc42d530dbc"
LINUX_VERSION = "4.10"
# 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}"
PV = "${LINUX_VERSION}-rc8"
# Include only supported boards for now
COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"