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-09-12 10:27:41 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-14 22:22:12 +0100
commit757671553b19b9bd28fbbac2cafff03258c6e006 (patch)
tree1df6d51837d8c372a51f5522799f25347cd5eb42 /meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
parentf08aeff228bf04ba9b9facf90a805ad80363cf7b (diff)
downloadpoky-757671553b19b9bd28fbbac2cafff03258c6e006.tar.gz
linux-yocto/4.8: update to v4.8-rc6
(From OE-Core rev: ed5ac04aa3bf10b9bf5047012d67a38f5ff89cef) 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.bb4
1 files changed, 2 insertions, 2 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 6f62d22aa4..50a54a1a48 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
@@ -4,12 +4,12 @@ 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-rc5" 7LINUX_VERSION ?= "4.8-rc6"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "9e7ee5155e3466824abe94eebb641c63ab5cd5f2" 12SRCREV_machine ?= "e6e0dea72e605a070373bd52c6c2637202ce4b38"
13SRCREV_meta ?= "25fb74eaaef249519f25e243e7f9bf0cab0e1781" 13SRCREV_meta ?= "25fb74eaaef249519f25e243e7f9bf0cab0e1781"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"