diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-09-15 06:20:57 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-09-15 08:05:37 -0300 |
commit | a85ef530faa654355fadded39db0efd5022ef978 (patch) | |
tree | d80a9d2c1ad522c944116f91dfd30f364b905dd2 /recipes-kernel | |
parent | e0fa0255795ce584b3b5ad74c330cabeb0caa28d (diff) | |
download | meta-freescale-a85ef530faa654355fadded39db0efd5022ef978.tar.gz |
linux-fslc: upgrade kernel to v5.4.65 from korg
Tag v5.4.65 has been merged into the linux-fslc tree, update recipe to
pull new kernel version.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-kernel')
-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 8aea4feb..f4e5e5e7 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.64" | 22 | LINUX_VERSION = "5.4.65" |
23 | 23 | ||
24 | SRCBRANCH = "5.4.x+fslc" | 24 | SRCBRANCH = "5.4.x+fslc" |
25 | SRCREV = "284594068dadd7146a4c2cc9c53a492b5dd2ef5a" | 25 | SRCREV = "d9cbc53ee18c92c005c828ccc1e49f185245fabe" |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" | 27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" |