On Sat, Feb 25, 2017 at 1:11 AM, Paul Barker <[email protected]> wrote: > On Fri, 24 Feb 2017 16:03:59 -0800 > Khem Raj <[email protected]> wrote: > >> Signed-off-by: Khem Raj <[email protected]> >> --- >> recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb >> b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index >> dcca369..b41a8ef 100644 --- >> a/recipes-kernel/linux/linux-raspberrypi_4.9.bb +++ >> b/recipes-kernel/linux/linux-raspberrypi_4.9.bb @@ -1,8 +1,8 @@ >> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" >> >> -LINUX_VERSION ?= "4.9.10" >> +LINUX_VERSION ?= "4.9.12" >> >> -SRCREV = "095c4480e1f623bdc8a221a171ef13b2223706b1" >> +SRCREV = "c1271995832a090a94eb3b1c1678cb51b84ef1ca" >> SRC_URI = >> "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y >> \ >> file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch >> \ " > > rpi-4.9.y is now the default branch upstream and they've started > merging in new stable releases instead of rebasing. So how soon do we > want to make 4.9.y the default in meta-raspberrypi? > > I've already tested a 4.9 series kernel with u-boot on an rpi and an > rpi3 so I'm happy that it all looks good. > > I'm away this weekend so I can't send the patch right now myself. If > no-one else jumps on it I'll send a patch towards the end of the week > to change the default.
Lets apply this patch so we get away from this rebasing business quickly. however I would like to wait for us to make it default may be a week or so I have some issues bringing up wlan0 with 4.9 and would like to see why I get ifup wlan0 Successfully initialized wpa_supplicant rfkill: WLAN soft blocked Could not set interface wlan0 flags (UP): Operation not possible due to RF-kill > > Thanks, > Paul -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
