summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/ipc-lld/ipc-lld-fw_git.bb')
-rw-r--r--recipes-bsp/ipc-lld/ipc-lld-fw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb b/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb
index 93a8a3a1..a1c244fa 100644
--- a/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb
+++ b/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb
@@ -11,11 +11,11 @@ COMPATIBLE_MACHINE = "k3"
11PV = "1.0-git${SRCPV}" 11PV = "1.0-git${SRCPV}"
12PACKAGE_ARCH = "${MACHINE_ARCH}" 12PACKAGE_ARCH = "${MACHINE_ARCH}"
13 13
14PROTOCOL = "git" 14PROTOCOL = "https"
15BRANCH = "master" 15BRANCH = "master"
16SRCREV = "c9f7cfe61b67998a053fe145344ce0c9b5bb22aa" 16SRCREV = "c9f7cfe61b67998a053fe145344ce0c9b5bb22aa"
17 17
18SRC_URI = "git://git.ti.com/keystone-rtos/ipc-lld.git;protocol=${PROTOCOL};branch=${BRANCH}" 18SRC_URI = "git://git.ti.com/git/keystone-rtos/ipc-lld.git;protocol=${PROTOCOL};branch=${BRANCH}"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21