summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-12-24 00:11:03 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-04 11:11:57 +0000
commit6e99fa0fe109ef244728bda6c087a3c45595c88c (patch)
treece6018d6e7d62e31a4382a5b7c06594c300dd729 /meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
parent5394fdd04df3364303f376a25b39697255233140 (diff)
downloadpoky-6e99fa0fe109ef244728bda6c087a3c45595c88c.tar.gz
linux-yocto/4.9: fix aufs build
The aufs4 core code was missing some changes to build against the 4.9 fs subsystem. This commit resyncs with the upstream repo, and we can once again build against 4.9. (From OE-Core rev: 79d81cf8404364f0eb17f2726568e4cf027483dd) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked from commit b530ab2d3ab28aded6ec86e6f8a6d9be45532361) 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.9.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
index 3e67029775..398209ef9a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.9.71"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "3061011aade2678733665bccd553fdcd60165671" 12SRCREV_machine ?= "a87b8d53730b5736575c738390abc498a31ba735"
13SRCREV_meta ?= "d15398f64655e36b444d69b3bed43444608abf55" 13SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16