linux-raspberrypi: Default to 4.9 kernel

4.9 is now declared stable for raspberrypi

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2017-03-04 00:59:22 -08:00
parent 59d111195d
commit 8873478623
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# RaspberryPi BSP default versions
PREFERRED_VERSION_linux-raspberrypi ??= "4.4.%"
PREFERRED_VERSION_linux-raspberrypi ??= "4.9.%"

View File

@ -37,5 +37,3 @@ VC4_CMA_SIZE ?= "cma-256"
UBOOT_MACHINE = "rpi_3_config"
MACHINE_FEATURES_append = " vc4graphics"
PREFERRED_VERSION_linux-raspberrypi ?= "4.9.%"