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-10-03 01:54:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-04 16:29:05 +0100
commite2290f08d430378a1784649d1f16cce6743c6e86 (patch)
tree5e0bd9caf7f7c2601e367fa71bd20be4711aa007 /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
parentd69f01eb5de9f33827d01aced40e0f23f22058de (diff)
downloadpoky-e2290f08d430378a1784649d1f16cce6743c6e86.tar.gz
linux-yocto/4.4: update to v4.4.22
(From OE-Core rev: 286d893f9e7caed06035f7916492a74e0212df6a) 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 6befd233b3..e7e48adc4d 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.20" 7LINUX_VERSION ?= "4.4.22"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "7d1401a0dd9bebfe49937ca7d9785972e0cc76d0" 12SRCREV_machine ?= "0ef03dcfb96805e6bcf82989f1c8fed1b488d00a"
13SRCREV_meta ?= "e66032e2d93da24c6b9137dbbe66008c77f6d4aa" 13SRCREV_meta ?= "170ed03a9d908e2abc8025cf9a62789ab15b3ece"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16