diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-09-17 21:19:58 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-09-17 18:42:20 -0300 |
commit | 47a964f0569b820e2dfcc9999b9b5cfee9048628 (patch) | |
tree | 7fb62da7920d1c36979c806857f81e61b76353b0 | |
parent | 15bfa76bb523af7eaf7a6e0a739087af4f6ef8f8 (diff) | |
download | meta-freescale-47a964f0569b820e2dfcc9999b9b5cfee9048628.tar.gz |
linux-fslc: upgrade kernel to v5.4.66 from korg
Tag v5.4.66 has been merged into the linux-fslc tree, update recipe to
pull new kernel version.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.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 f4e5e5e7..26ca56b9 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.65" | 22 | LINUX_VERSION = "5.4.66" |
23 | 23 | ||
24 | SRCBRANCH = "5.4.x+fslc" | 24 | SRCBRANCH = "5.4.x+fslc" |
25 | SRCREV = "d9cbc53ee18c92c005c828ccc1e49f185245fabe" | 25 | SRCREV = "442e6020fa8a77023483b04faa3c9c587d0a4a81" |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" | 27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" |