summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-05-11 17:35:00 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 13:41:28 +0100
commit322a7835923fe86f552f7b365cd0960a0faf69af (patch)
treebb53288f25e03d901ab2a4bb67ef2c37e92cd024 /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
parent975fa0d2ac9bad0f3cf0013aada05db4ab8e8184 (diff)
downloadpoky-322a7835923fe86f552f7b365cd0960a0faf69af.tar.gz
linux-yocto/4.4: update to v4.4.9
Updating to the v4.4.9 korg -stable release: (From OE-Core rev: d8d93df3282ad0f3bd23566152db99577f27ad90) 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.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index 312d2ccc1e..b2d26301ed 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.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.4.8" 7LINUX_VERSION ?= "4.4.9"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "b18090556c1d1b449233cd555c27a04d38272d6d" 12SRCREV_machine ?= "242f3e2d6ec292c84813b0e8a577cc24a55335e7"
13SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8" 13SRCREV_meta ?= "812e62b35ac2b88bbee80b7c8436d9df7065a90e"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16