diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-04 00:59:22 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-03-11 04:39:12 -0800 |
commit | 8873478623eb6a8b76ddc0c4e9934df0f6bc09e0 (patch) | |
tree | 4244d453fa12685bd2097f35361ac07d7f2ba112 | |
parent | 59d111195d7d9c940ea327ad653326a7003aff4b (diff) | |
download | meta-raspberrypi-8873478623eb6a8b76ddc0c4e9934df0f6bc09e0.tar.gz |
linux-raspberrypi: Default to 4.9 kernel
4.9 is now declared stable for raspberrypi
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/machine/include/rpi-default-versions.inc | 2 | ||||
-rw-r--r-- | conf/machine/raspberrypi3-64.conf | 2 |
2 files changed, 1 insertions, 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 @@ | |||
1 | # RaspberryPi BSP default versions | 1 | # RaspberryPi BSP default versions |
2 | 2 | ||
3 | PREFERRED_VERSION_linux-raspberrypi ??= "4.4.%" | 3 | 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" | |||
37 | 37 | ||
38 | UBOOT_MACHINE = "rpi_3_config" | 38 | UBOOT_MACHINE = "rpi_3_config" |
39 | MACHINE_FEATURES_append = " vc4graphics" | 39 | MACHINE_FEATURES_append = " vc4graphics" |
40 | |||
41 | PREFERRED_VERSION_linux-raspberrypi ?= "4.9.%" | ||