diff options
author | 2021-12-15 16:11:02 -0500 | |
---|---|---|
committer | 2021-12-15 15:21:36 -0600 | |
commit | 55bb275431134bb4533cb32f6833d7c5cdfd7eec (patch) | |
tree | 89d12150f2c7a89518b5bfa387b8a45b3551c078 | |
parent | 4cb251338f36f29df362c3af9bf2dc0cac8b55aa (diff) | |
download | meta-ti-55bb275431134bb4533cb32f6833d7c5cdfd7eec.tar.gz meta-ti-55bb275431134bb4533cb32f6833d7c5cdfd7eec.tar.bz2 meta-ti-55bb275431134bb4533cb32f6833d7c5cdfd7eec.zip |
linux-ti-mainline: Bump kernel version to v5.15
This adds up numerous fixes for various k3 platforms.
While at it, bump the ti-upstream-tools repo as this sync up gives us:
config: audio_display: Update cdns-mhdp configs
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | recipes-kernel/linux/linux-ti-mainline_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb index 9489ed6a..6fe21071 100644 --- a/recipes-kernel/linux/linux-ti-mainline_git.bb +++ b/recipes-kernel/linux/linux-ti-mainline_git.bb @@ -20,9 +20,9 @@ S = "${WORKDIR}/git" BRANCH = "master" TOOLS_BRANCH = "master" -# 5.13 Mainline version -SRCREV = "62fb9874f5da54fdb243003b386128037319b219" -PV = "5.13+git${SRCPV}" +# 5.15 Mainline version +SRCREV = "8bb7eca972ad531c9b149c0a51ab43a417385813" +PV = "5.15+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild MACHINE_KERNEL_PR:append = "b" @@ -36,7 +36,7 @@ SRC_URI += " \ file://defconfig \ " -SRCREV_ti-upstream-tools = "c9b8150cb00a5beb7b7f3e42d0d817aa9392fabd" +SRCREV_ti-upstream-tools = "0f60697843bba6f8d721b14da92b1652563ccb95" SRCREV_FORMAT = "linux" KERNEL_DEVICETREE = "" |