diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-08-28 19:59:28 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-09-01 12:59:10 -0300 |
commit | a345097b53283f82e19c9e86c9901e79c0403ac2 (patch) | |
tree | 5b9a07042f392533942e3e461b60498c26fd337e | |
parent | 3fc701d11b4b096ba016110c83fe1b48c5f3a256 (diff) | |
download | meta-freescale-a345097b53283f82e19c9e86c9901e79c0403ac2.tar.gz |
linux-fslc: upgrade kernel to v5.4.61 from korg + fix perf build
Tag v5.4.61 has been merged into the linux-fslc tree, update recipe to
pull new kernel version.
This revision also contains following cherry-pick(s) from upstream:
- 08908f8b3403 perf cs-etm: Move definition of 'traceid_list' global variable from header file
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
(cherry picked from commit 4be21cf9158ce892b8c2383d04290e72dc0ef555)
-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 a5bae8f3f..fd7dff9ff 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.58" | 22 | LINUX_VERSION = "5.4.61" |
23 | 23 | ||
24 | SRCBRANCH = "5.4.x+fslc" | 24 | SRCBRANCH = "5.4.x+fslc" |
25 | SRCREV = "21c06506126c519c56f762c6fe1ec4f938bcc7f6" | 25 | SRCREV = "1ecb0f7140d0810234d4ac6329301c87210c7f6a" |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" | 27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" |