diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-06-03 22:05:09 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-06-03 21:58:26 -0300 |
commit | b70a1843fa453ca6d05fe896fdd2404b685e81fc (patch) | |
tree | 8f56cce411c4fd98979d8527993e6e77fc88ba91 | |
parent | e0bf477232c9b68ffcb8368338938b419bf0d341 (diff) | |
download | meta-freescale-b70a1843fa453ca6d05fe896fdd2404b685e81fc.tar.gz |
linux-fslc: upgrade kernel to v5.4.44 from korg
Tag v5.4.44 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 87117fd1..5316a30f 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.41" | 22 | LINUX_VERSION = "5.4.44" |
23 | 23 | ||
24 | SRCBRANCH = "5.4.x+fslc" | 24 | SRCBRANCH = "5.4.x+fslc" |
25 | SRCREV = "b93487d4084dcaa93274327c2a4ecf5e707f437f" | 25 | SRCREV = "bb565228039effb559f6cf8584509c22bfc9bfb7" |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" | 27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" |