summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-10-24 10:39:08 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-10-24 17:32:44 +0000
commit8ed6aef2fd3fcf511563816be6bb43056902094a (patch)
tree85789625d36ced42353994c44c121a31f5c9fd4e
parentcf97e78acb7bb31b1ca5379685db8ea72d792a61 (diff)
downloadmeta-freescale-8ed6aef2fd3fcf511563816be6bb43056902094a.tar.gz
linux-imx-headers: Upgrade 5.15.32 -> 5.15.52
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 6025585367aba0e2940737df15729e82950d59ad)
-rw-r--r--recipes-kernel/linux/linux-imx-headers_5.15.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_5.15.bb b/recipes-kernel/linux/linux-imx-headers_5.15.bb
index 2dd94fcb..6f58d9ef 100644
--- a/recipes-kernel/linux/linux-imx-headers_5.15.bb
+++ b/recipes-kernel/linux/linux-imx-headers_5.15.bb
@@ -7,10 +7,10 @@ New headers are installed in ${includedir}/imx."
7LICENSE = "GPL-2.0-only" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 8LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
9 9
10SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}"
10SRCBRANCH = "lf-5.15.y" 11SRCBRANCH = "lf-5.15.y"
11LOCALVERSION = "-5.15.32-2.0.0" 12LOCALVERSION = "-5.15.52-2.1.0"
12SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" 13SRCREV = "36363d8623ba60858e2632b7d2b70dae932c9a8b"
13SRCREV = "fa6c3168595c02bd9d5366fcc28c9e7304947a3d"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16