From ea2f99161a22ae2e9eefd3b337c9af7704c33e37 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 8 Sep 2016 14:48:35 -0400 Subject: linux-yocto: update LINUX_VERSION to -rc5 The SRCREVs were previously updated to -rc5, but the LINUX_VERSION was missed. As such, we are building and booting -rc5, but all the packaging says -rc4. Worth a quick update while we wait for -rc6 Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb index 58d3fea6c9..6f62d22aa4 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb @@ -4,7 +4,7 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "4.8-rc4" +LINUX_VERSION ?= "4.8-rc5" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -- cgit 1.2.3-korg