From 8873478623eb6a8b76ddc0c4e9934df0f6bc09e0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Mar 2017 00:59:22 -0800 Subject: linux-raspberrypi: Default to 4.9 kernel 4.9 is now declared stable for raspberrypi Signed-off-by: Khem Raj --- conf/machine/include/rpi-default-versions.inc | 2 +- conf/machine/raspberrypi3-64.conf | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/machine/include/rpi-default-versions.inc b/conf/machine/include/rpi-default-versions.inc index 2007cc0..faa6b41 100644 --- a/conf/machine/include/rpi-default-versions.inc +++ b/conf/machine/include/rpi-default-versions.inc @@ -1,3 +1,3 @@ # RaspberryPi BSP default versions -PREFERRED_VERSION_linux-raspberrypi ??= "4.4.%" +PREFERRED_VERSION_linux-raspberrypi ??= "4.9.%" diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 0bf1397..ca10ed9 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf @@ -37,5 +37,3 @@ VC4_CMA_SIZE ?= "cma-256" UBOOT_MACHINE = "rpi_3_config" MACHINE_FEATURES_append = " vc4graphics" - -PREFERRED_VERSION_linux-raspberrypi ?= "4.9.%" -- cgit v1.2.3-54-g00ecf