diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-11 21:55:01 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-11 21:55:01 +0100 |
commit | 4960dca7cee376a815f0abcd537819e5a8460d88 (patch) | |
tree | 2280ac2339da53ec08e6ef95403608a0cbfcf729 /templates/machine/raspberrypi3 | |
parent | 8d9e76eebe008a675c36e2460b6f6380c91e3832 (diff) |
Revert back to kernel 4.4 until bsp layer catches up
Our bsp adaptation hardcodes the srcrev of the kernel.
Thus we stay on 4.4 until ported.
Change-Id: I30f962674cdb567c378fac62cde98bc1cf0f2c1e
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/raspberrypi3')
-rw-r--r-- | templates/machine/raspberrypi3/50_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index c1ec9c566..64c9768fa 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -21,7 +21,7 @@ IMAGE_FSTYPES_remove_sota = "rpi-sdimg" KERNEL_DEVICETREE_append = " overlays/vc4-kms-v3d-overlay.dtb" KERNEL_IMAGETYPE_sota = "uImage" -PREFERRED_VERSION_linux-raspberrypi = "4.8.%" +PREFERRED_VERSION_linux-raspberrypi = "4.4.%" PREFERRED_VERSION_mesa = "12.%" PREFERRED_PROVIDER_virtual/egl = "mesa" |