aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux_4.12.bb
blob: 0eff49b3686fa9df1b3e0f6edb97c096cc2bfcf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 = "6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c"
LINUX_VERSION = "4.12"
# 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}"

# Include only supported boards for now
COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"
deltask kernel_configme