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-24 11:54:00 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-25 07:50:18 +0100
commit56ab1a53453525f3200a8c4d1e1963df0e4e8890 (patch)
tree608c5ff382446efe814c646c1cf27e52de98d49a /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
parent1e9c392044bdb41bd5db438d7e3beabfcf11c785 (diff)
downloadpoky-56ab1a53453525f3200a8c4d1e1963df0e4e8890.tar.gz
linux-yocto/4.4: integrate v4.4.11
Updating to the korg stable release. (From OE-Core rev: bb4ead9b7b1400c37a72d148d9775bdf4210ec37) 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 e66dd40931..da88451b76 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.10" 7LINUX_VERSION ?= "4.4.11"
8 8
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "578ff2a88676d20439dbf3877768370d06a22d8f" 12SRCREV_machine ?= "628bf627561c6285d99fb978e11d4c15fc29324b"
13SRCREV_meta ?= "fca9cc2483de4e7b981dc01122521c74e06fcc6a" 13SRCREV_meta ?= "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16