summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-09-23 10:57:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-23 19:58:49 +0100
commitb65e3e26cb9ead70579022f6949c9b2ff0fee75d (patch)
tree4afe288dc29ca704eb4b64fcca03d3db5e27d82b /meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
parentca4f364daa59cb15108bf27d29ec60a7b14046d6 (diff)
downloadpoky-b65e3e26cb9ead70579022f6949c9b2ff0fee75d.tar.gz
linux-yocto/3.14: update to v3.14.19
Updating to the latest korg -stable update. (From OE-Core rev: 7212dcb3a67b9a9b844b74e997d2e3ea7902555f) 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_3.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index 4eb7b1dd47..ff4a574806 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.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 ?= "3.14.18" 7LINUX_VERSION ?= "3.14.19"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "fabce749eb25b8053250b5507868a246ddaf4423" 11SRCREV_machine ?= "14fea2388e7b248c4e9442ac95fcbf1e4d265ee2"
12SRCREV_meta ?= "80c78725e098d26b9464c4d5cffd37c28f42dc7b" 12SRCREV_meta ?= "0bd3ec19b64191efc9d0ba83d05c9f7f9bf4473a"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15