Skip to content

Commit

Permalink
Merge pull request #527 from superna9999/honister-fix-kernel-url
Browse files Browse the repository at this point in the history
[honister] Fix linaro kernel URL
  • Loading branch information
lumag authored Aug 16, 2023
2 parents 7448ee9 + af5b005 commit 1e8e5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-kernel/linux/linux-linaro-qcom.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SRCBRANCH = "release/qcomlt-${PV}"

COMPATIBLE_MACHINE = "(qcom)"

LINUX_LINARO_QCOM_GIT ?= "git://git.linaro.org/landing-teams/working/qualcomm/kernel.git;protocol=https"
LINUX_LINARO_QCOM_GIT ?= "git://git.codelinaro.org/linaro/qcomlt/kernel.git;protocol=https"
SRC_URI = "${LINUX_LINARO_QCOM_GIT};branch=${SRCBRANCH}"

S = "${WORKDIR}/git"
Expand Down

0 comments on commit 1e8e5af

Please sign in to comment.