From 6e99fa0fe109ef244728bda6c087a3c45595c88c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 24 Dec 2017 00:11:03 -0500 Subject: 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 (cherry picked from commit b530ab2d3ab28aded6ec86e6f8a6d9be45532361) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb') 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" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "3061011aade2678733665bccd553fdcd60165671" -SRCREV_meta ?= "d15398f64655e36b444d69b3bed43444608abf55" +SRCREV_machine ?= "a87b8d53730b5736575c738390abc498a31ba735" +SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf