From 3ef9217ad70a15802fc15e1e7e145f95457f8abe Mon Sep 17 00:00:00 2001 From: Sergey Matyukevich Date: Wed, 14 Dec 2016 22:52:24 +0300 Subject: [PATCH] Change PV for kernel git version Bump kernel git version to enable support for sun8i boards. Signed-off-by: Sergey Matyukevich --- recipes-kernel/linux/linux_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux_git.bb b/recipes-kernel/linux/linux_git.bb index 8127cdf..2311810 100644 --- a/recipes-kernel/linux/linux_git.bb +++ b/recipes-kernel/linux/linux_git.bb @@ -18,9 +18,9 @@ DEFAULT_PREFERENCE = "-1" KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" -# 4.7 rc4 -PV = "4.6+4.7rc4.git${SRCPV}" -SRCREV_pn-${PN} = "33688abb2802ff3a230bd2441f765477b94cc89e" +# 4.9.0 +PV = "4.9.0+git${SRCPV}" +SRCREV_pn-${PN} = "69973b830859bc6529a7a0468ba0d80ee5117826" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=master \ file://defconfig \