Skip to content

Commit c37a1bd

Browse files
author
Viswanath Kraleti
committed
linux-qcom-staging: bump to v6.14
Update the linux-qcom-staging recipe to build v6.14 based staging kernel Signed-off-by: Viswanath Kraleti <[email protected]>
1 parent a55798b commit c37a1bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes-kernel/linux/linux-qcom-staging_6.12.bb renamed to recipes-kernel/linux/linux-qcom-staging_6.14.bb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inherit kernel
99
COMPATIBLE_MACHINE = "(qcom)"
1010

1111
LINUX_QCOM_GIT ?= "git://git.codelinaro.org/clo/la/kernel/qcom.git;protocol=https"
12-
SRCBRANCH ?= "qclinux.6.12.y"
12+
SRCBRANCH ?= "qclinux.6.14.y"
1313
SRC_URI = "${LINUX_QCOM_GIT};branch=${SRCBRANCH}"
1414

1515
# To build bleeding edge qcom staging kernel set preferred
@@ -18,9 +18,9 @@ BBCLASSEXTEND = "devupstream:target"
1818
PN:class-devupstream = "linux-qcom-staging-tip"
1919
SRCREV:class-devupstream = "${AUTOREV}"
2020

21-
# Tag: LKP.QCLINUX.0.0-11000-kernel.0
22-
SRCREV = "6fad66a6870ebbd720c72551040d7b54c282299e"
23-
PV = "6.12+git"
21+
# v6.14
22+
SRCREV = "6613b499fc6956027cc6d24f36c59f0d986a19f3"
23+
PV = "6.14+git"
2424

2525
S = "${WORKDIR}/git"
2626

0 commit comments

Comments
 (0)