diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-02-16 10:46:34 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-02-16 20:53:00 +0100 |
commit | 0be123e5b881f70612eec587392b1d9ca9906590 (patch) | |
tree | 7ada093398edf717b5a7f3e757697ef01c07a724 | |
parent | 9ed927caae258254f1eba09fb144d0144a226f0c (diff) | |
download | meta-raspberrypi-0be123e5b881f70612eec587392b1d9ca9906590.tar.gz |
raspberrypi3-64.conf: Use 4.9 as default kernel
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/machine/raspberrypi3-64.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
13 | VC4_CMA_SIZE ?= "cma-256" | 13 | VC4_CMA_SIZE ?= "cma-256" |
14 | 14 | ||
15 | UBOOT_MACHINE = "rpi_3_config" | 15 | UBOOT_MACHINE = "rpi_3_config" |
16 | |||
17 | PREFERRED_VERSION_linux-raspberrypi ?= "4.9.%" | ||