summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-10-03 01:54:35 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-04 16:29:05 +0100
commitf154229cb27f8c411f5778b93590f1acb491b0f6 (patch)
tree94bb2d72363cf2304fdb41213916438517ef9ea2 /meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
parent5ffef794c4a2fec9d3dd538db3a18f0403e6ab3e (diff)
downloadpoky-f154229cb27f8c411f5778b93590f1acb491b0f6.tar.gz
linux-yocto/4.8: update to 4.8 -final release
(From OE-Core rev: 7b3ae4631e2c68926b254d0d26608636a492b952) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
index 7c175d60b1..8ed52ddbfc 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
4 4
5require recipes-kernel/linux/linux-yocto.inc 5require recipes-kernel/linux/linux-yocto.inc
6 6
7LINUX_VERSION ?= "4.8-rc8" 7LINUX_VERSION ?= "4.8"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "8edbf10bb6e0759bfb6f18035d1b4773f573d33c" 12SRCREV_machine ?= "707621a083512f037f749a711df3f4f1fb3ef842"
13SRCREV_meta ?= "ab82ea0e92a1726d5135e2d7541acb958a74b6e5" 13SRCREV_meta ?= "6128a9e47cd1aeb46b604469c17bff3eba8d5f93"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16