From: Andrey Zhizhikin Date: Mon, 3 Aug 2020 22:17:40 +0000 (+0000) Subject: linux-fslc: upgrade kernel to v5.4.55 from korg X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=00c3b842c29afe4c7db1f946b5a50ec5b660ad9f;p=meta-freescale.git linux-fslc: upgrade kernel to v5.4.55 from korg Tag v5.4.55 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: - 39efdd94e314 libtraceevent: Fix build with binutils 2.35 Signed-off-by: Andrey Zhizhikin --- diff --git a/recipes-kernel/linux/linux-fslc_5.4.bb b/recipes-kernel/linux/linux-fslc_5.4.bb index cd7fb7a8..a0fd3822 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" # # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and # should be updated once patchlevel is merged. -LINUX_VERSION = "5.4.51" +LINUX_VERSION = "5.4.55" SRCBRANCH = "5.4.x+fslc" -SRCREV = "d051c7c9af6fa0bb57603ec927ea2674521167c8" +SRCREV = "96e9737d65c9d9394a8221856d464d3b17e71d06" COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"