From bc2a2abce0f1732ec244a4a8732a55c99f97ccf0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 18 Apr 2017 21:51:04 +0100 Subject: [PATCH] raspberrypi3-64.conf: Use 4.9 as default kernel Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 5598e50..cdcd726 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf @@ -13,3 +13,5 @@ SERIAL_CONSOLE = "115200 ttyS0" VC4_CMA_SIZE ?= "cma-256" UBOOT_MACHINE = "rpi_3_config" + +PREFERRED_VERSION_linux-raspberrypi ?= "4.9.%"