Skip to content

Commit

Permalink
Merge pull request #530 from lumag/fix-kirkstone
Browse files Browse the repository at this point in the history
Use codelinaro for repo URLs
  • Loading branch information
lumag authored Aug 17, 2023
2 parents 8c62a92 + 40ab294 commit 6f9cf07
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 = "5a8320c46df8c0dbefe71d97a8273f417e8721f3"
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 6f9cf07

Please sign in to comment.