From 5da3cc7529789af451141fc3c1ed3f68ce9db2b1 Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Fri, 28 Apr 2017 15:58:57 +0200 Subject: [PATCH] linux: version bump to 4.11-rc8 Linux kernel 4.11 being released soon, bump recipe to 4.11-rc8. Signed-off-by: Romain Perier Tested-by: Trevor Woerner --- recipes-kernel/linux/{linux_4.10.bb => linux_4.11.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename recipes-kernel/linux/{linux_4.10.bb => linux_4.11.bb} (88%) diff --git a/recipes-kernel/linux/linux_4.10.bb b/recipes-kernel/linux/linux_4.11.bb similarity index 88% rename from recipes-kernel/linux/linux_4.10.bb rename to recipes-kernel/linux/linux_4.11.bb index e1d0aa4..6058661 100644 --- a/recipes-kernel/linux/linux_4.10.bb +++ b/recipes-kernel/linux/linux_4.11.bb @@ -6,8 +6,8 @@ require recipes-kernel/linux/linux-yocto.inc SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" -SRCREV = "7089db84e356562f8ba737c29e472cc42d530dbc" -LINUX_VERSION = "4.10" +SRCREV = "5a7ad1146caa895ad718a534399e38bd2ba721b7" +LINUX_VERSION = "4.11" # Override local version in order to use the one generated by linux build system # And not "yocto-standard" LINUX_VERSION_EXTENSION = "" @@ -17,3 +17,4 @@ PV = "${LINUX_VERSION}-rc8" # Include only supported boards for now COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)" deltask kernel_configme +