summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-07-26 11:58:55 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-08-26 13:53:39 +0100
commit659b33b3d03d30fc17927e56675ff46132079d57 (patch)
tree6e697c551b04cae0cbd263c53241c76a05f449ed
parentbc7a06604d5232c57545bc7b2f57b9cce2699575 (diff)
downloadmeta-raspberrypi-659b33b3d03d30fc17927e56675ff46132079d57.tar.gz
rpi-default-versions: Switch defaults to 5.4
Linux Kernel 5.4 is now considered stable. See [1] to check the current apt stable kernel. [1] - https://github.com/raspberrypi/firmware/blob/stable/extra/uname_string7 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
-rw-r--r--conf/machine/include/rpi-default-versions.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-default-versions.inc b/conf/machine/include/rpi-default-versions.inc
index 9983b61..e57c702 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
3PREFERRED_VERSION_linux-raspberrypi ??= "4.19.%" 3PREFERRED_VERSION_linux-raspberrypi ??= "5.4.%"