From b4cf3f305c9175f925ea099a6037dcf44e9da1e2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 20 Sep 2016 11:16:36 -0400 Subject: linux-yocto/4.1: 4.1.32 content and configuration warning fixes The LINUX_VERSION was previously updated to 4.1.32, but the SRCREVs for the actual content were missed. This gets our actual version and the PV back in sync. We also update the meta data to fix configuration audit warnings from the beaglebone builds. (From OE-Core rev: 255adfaddec0dc44db619bf8726cd7804c09400d) Signed-off-by: Bruce Ashfield squash with 4.1 Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 2294a3db87..5058954a81 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb @@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.1.32" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "93b1a6cee7d4a4437a1c0edf3e54ffe78edb4462" -SRCREV_meta ?= "b30b6b9ef215433b28e8966c73ebb6b98a7f4d1f" +SRCREV_machine ?= "a6b3a8cc120640bf5e528c8558ce060675757fc1" +SRCREV_meta ?= "19cafe114e7d35e6202afa1079b32ce600646660" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf