Merge pull request #872 from zandrey/kernel-update-master

Consolidated Kernel update (v5.4.147 + v5.10.67 + 5.14.6)
This commit is contained in:
Otavio Salvador 2021-09-20 14:29:11 -03:00 committed by GitHub
commit 64947ae93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
# ------------------------------------------------------------------------------
# 1. Stable (tag or SHA(s))
# ------------------------------------------------------------------------------
# tag: v5.4.134
# tag: v5.4.147
#
# ------------------------------------------------------------------------------
# 2. NXP-specific (tag or SHA(s))
@ -86,14 +86,14 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
KBRANCH = "5.4-2.3.x-imx"
SRCREV = "e3b082933caab27829e775606708381fe1b7c3ba"
SRCREV = "aad410850445424f566e57a419527b6e2d3ab42d"
# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
# required by kernel-yocto.bbclass.
#
# 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.134"
LINUX_VERSION = "5.4.147"
# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
LOCALVERSION = "-5.4.70-2.3.0"

View File

@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
#
# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
# should be updated once patchlevel is merged.
LINUX_VERSION = "5.10.52"
LINUX_VERSION = "5.10.67"
KBRANCH = "5.10.x+fslc"
SRCREV = "cb67a3e29a88e06e2891f8e2aac289305d8f08ff"
SRCREV = "5d6224bd7e38de87fa7dcef0046e6f7377d68660"
COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"

View File

@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
#
# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
# should be updated once patchlevel is merged.
LINUX_VERSION = "5.14.3"
LINUX_VERSION = "5.14.6"
KBRANCH = "5.14.x+fslc"
SRCREV = "4b88a1ee28e7be1fce90e389d786575408924d65"
SRCREV = "79bcc3a5a2e73ad1024c63fd0e7c368652e48145"
COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"