diff --git a/recipes-kernel/linux/linux-qcom-next_git.bb b/recipes-kernel/linux/linux-qcom-next_git.bb index 1fcb4a81b..8351140ec 100644 --- a/recipes-kernel/linux/linux-qcom-next_git.bb +++ b/recipes-kernel/linux/linux-qcom-next_git.bb @@ -29,7 +29,9 @@ SRC_URI += " \ # virtual/kernel provider to 'linux-qcom-next-upstream' BBCLASSEXTEND = "devupstream:target" PN:class-devupstream = "linux-qcom-next-upstream" -SRCREV:class-devupstream ?= "${AUTOREV}" + +# Pin this to the qcom-next-6.19-rc6-20260207, override this in local.conf +SRCREV:class-devupstream ?= "ccc1345fb4742e377d7d89658efe085c62c25164" S = "${UNPACKDIR}/${BP}" diff --git a/recipes-kernel/linux/linux-qcom_6.18.bb b/recipes-kernel/linux/linux-qcom_6.18.bb index 7eaa1982e..0185751a6 100644 --- a/recipes-kernel/linux/linux-qcom_6.18.bb +++ b/recipes-kernel/linux/linux-qcom_6.18.bb @@ -32,7 +32,9 @@ SRC_URI += " \ # virtual/kernel provider to 'linux-qcom-6.18.y-upstream' BBCLASSEXTEND = "devupstream:target" PN:class-devupstream = "linux-qcom-6.18.y-upstream" -SRCREV:class-devupstream ?= "${AUTOREV}" + +# Pin this to the qcom-6.18.y-20260207, override this in local.conf +SRCREV:class-devupstream ?= "93be04f5fe1314eafb3293abc558e8ade4e8d2bb" S = "${UNPACKDIR}/${BP}"