summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-10 09:35:01 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 23:56:01 +0000
commit76730a81717c39d89ca1bf82b345fb4f38daaa6d (patch)
tree377139d4c8c1ba5edfcee814c9b50b40ff44ccb7 /meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
parentad6313d01b8877d426bf69179cd8ced61565a532 (diff)
downloadpoky-76730a81717c39d89ca1bf82b345fb4f38daaa6d.tar.gz
linux-yocto/3.19: integrate korg -stable update
Updating to the latest and greatest -stable release for the 3.19 series. (From OE-Core rev: 1e60b5216a89a34eba7749244eeb53d5d12864eb) 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.19.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
index d10449aab3..98ffc5a3cc 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.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 ?= "3.19" 7LINUX_VERSION ?= "3.19.1"
8 8
9KMETA = "meta" 9KMETA = "meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "43b9eced9ba8a57add36af07736344dcc383f711" 12SRCREV_machine ?= "8c38c1015bbb5fc121018f67ed45a7eb2f357cfe"
13SRCREV_meta ?= "f7a81274b461d0c748964d75c24bea8574d350fb" 13SRCREV_meta ?= "e3303ca4bd7d7a5a3d9a9a9a9467c4c70db4258d"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16