On 11/17/16 5:13 AM, Herve Jourdain wrote: > Signed-off-by: Herve Jourdain > --- > recipes-kernel/linux/linux-raspberrypi_4.7.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.7.bb b/recipes-kernel/linux/linux-raspberrypi_4.7.bb > index 0315f8f..4a8fe36 100644 > --- a/recipes-kernel/linux/linux-raspberrypi_4.7.bb > +++ b/recipes-kernel/linux/linux-raspberrypi_4.7.bb > @@ -1,8 +1,8 @@ > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" > > -LINUX_VERSION ?= "4.7.7" > +LINUX_VERSION ?= "4.7.10" I think, we should abandon all non-lts recipes except one which will be latest release ( 4.8 ) as of today. > > -SRCREV = "a45a35c08598b23f9fd82e49c83b46c7d536244f" > +SRCREV = "e7fa325a40f260ed9fb86391a0b65150eba8c112" > SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.7.y \ > file://0001-fix-dtbo-rules.patch \ > " >