diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-05-07 17:29:44 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-07 20:27:10 -0300 |
commit | e21aa144b289d4aa60518e405ec7949b471c104b (patch) | |
tree | 648af4355808265d35963d13e0271cbaef872a5f | |
parent | 960a870e70521c3b468db42fcc1192c55bfb5373 (diff) | |
download | meta-freescale-e21aa144b289d4aa60518e405ec7949b471c104b.tar.gz |
linux-fslc: upgrade kernel to v5.4.39 from korg
Tag v5.4.39 has been merged into the linux-fslc tree, update recipe to
pull new kernel version.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
-rw-r--r-- | recipes-kernel/linux/linux-fslc_5.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_5.4.bb b/recipes-kernel/linux/linux-fslc_5.4.bb index bf659d8b..8171cc4e 100644 --- a/recipes-kernel/linux/linux-fslc_5.4.bb +++ b/recipes-kernel/linux/linux-fslc_5.4.bb | |||
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | |||
19 | # | 19 | # |
20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
21 | # should be updated once patchlevel is merged. | 21 | # should be updated once patchlevel is merged. |
22 | LINUX_VERSION = "5.4.31" | 22 | LINUX_VERSION = "5.4.39" |
23 | 23 | ||
24 | SRCBRANCH = "5.4.x+fslc" | 24 | SRCBRANCH = "5.4.x+fslc" |
25 | SRCREV = "bde0c4ce26b13fe6d477d3ded90370964404a61f" | 25 | SRCREV = "8f40ad46dadef0212b5934ea5cafcd9b60f9348a" |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" | 27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" |