Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux-fslc-imx: Bump to v5.15.156 #1800

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipes-kernel/linux/linux-fslc-imx_5.15.bb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
# ------------------------------------------------------------------------------
# 1. Stable (tag or SHA(s))
# ------------------------------------------------------------------------------
# tag: v5.15.148
# tag: v5.15.156
#
# ------------------------------------------------------------------------------
# 2. NXP-specific (tag or SHA(s))
Expand All @@ -51,17 +51,17 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"

KBRANCH = "5.15-2.2.x-imx"
SRCREV = "d761b18f6bc83bce94251467e3c0974243318456"
SRCREV = "ebcdbe7ec49f9c3405ee4b89e7ec279e313026f3"

# 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.15.148"
LINUX_VERSION = "5.15.156"

# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
LOCALVERSION = "-5.15.148-2.2.0"
LOCALVERSION = "-5.15.156-2.2.0"

DEFAULT_PREFERENCE = "1"

Expand Down
Loading