Skip to content

Commit

Permalink
Merge pull request #529 from lumag/fix-dunfell
Browse files Browse the repository at this point in the history
kernel: switch git url to codelinaro
  • Loading branch information
lumag authored Aug 17, 2023
2 parents 1370b1b + 8786e28 commit 6abc5ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions recipes-support/fastrpc/fastrpc_git.bb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HOMEPAGE = "https://git.linaro.org/landing-teams/working/qualcomm/fastrpc.git"
HOMEPAGE = "https://git.codelinaro.org/linaro/qcomlt/fastrpc.git"
SUMMARY = "Qualcomm FastRPC applications and library"
SECTION = "devel"

Expand All @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/fastrpc_apps_user.c;beginline=1;endline=29;md5=f9

SRCREV = "bc36c705c9b057ca880a423021d3c19f02edeadd"
SRC_URI = "\
git://git.linaro.org/landing-teams/working/qualcomm/fastrpc.git;branch=automake;protocol=https \
git://git.codelinaro.org/linaro/qcomlt/fastrpc.git;branch=automake;protocol=https \
file://0001-apps_std_fopen_with_env-account-for-domain-kinds-whe.patch \
file://adsprpcd.service \
file://cdsprpcd.service \
Expand Down

0 comments on commit 6abc5ff

Please sign in to comment.