summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-08-24 14:57:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 22:15:59 +0100
commitc18e8747f0a9bd0bc6175ab51b6644701731d06f (patch)
treef6aea4d6e01814142793541f570db1db673903da /meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
parent2e740c45839bb177bb18fa09410e72bac8486f90 (diff)
downloadpoky-c18e8747f0a9bd0bc6175ab51b6644701731d06f.tar.gz
linux-yocto/4.10: fix aufs build
The aufs patches were out of sync with the latest upstream and hence didn't build against 4.10. With this update, we are once again building and up to date with the upstream repo. (From OE-Core rev: b8b7aa0f64e46e7e8134a8bc33948e2bbe63380f) (From OE-Core rev: 35eebe3cf2c6190e1c13d5b828e3550fe798ba02) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
index b136bf0950..cb13f4fbdc 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.10.17"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "65370fa249e282e4ce69cf927c01898b4c16f261" 12SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
13SRCREV_meta ?= "6ac2680ca4316fe111cddec37def7757843bbe86" 13SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16