summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-11-18 05:37:15 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-18 18:16:53 -0500
commite45f7897cd5f9a2070bcc562ccfcfb0aad98f81a (patch)
treeeda242c6815bf8477eb63d3cf6a5ac3ec7d2f6a4
parent2210ae2cdacc22105b76c5fa45957ebec104f1c6 (diff)
downloadmeta-ti-e45f7897cd5f9a2070bcc562ccfcfb0aad98f81a.tar.gz
cm3-pm-firmware: update with the new git URL
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/cm3-pm-firmware/am33x-cm3_git.bb4
-rw-r--r--recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/cm3-pm-firmware/am33x-cm3_git.bb b/recipes-bsp/cm3-pm-firmware/am33x-cm3_git.bb
index 7e636ee8..338028fb 100644
--- a/recipes-bsp/cm3-pm-firmware/am33x-cm3_git.bb
+++ b/recipes-bsp/cm3-pm-firmware/am33x-cm3_git.bb
@@ -4,13 +4,13 @@ LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8" 4LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
5 5
6PV = "1.9.0" 6PV = "1.9.0"
7PR = "r0" 7PR = "r1"
8PE = "1" 8PE = "1"
9 9
10SRCREV = "d85e6a17da1025adac9ab7f97dd7aa2a58c517ce" 10SRCREV = "d85e6a17da1025adac9ab7f97dd7aa2a58c517ce"
11BRANCH ?= "ti-v3.14.y" 11BRANCH ?= "ti-v3.14.y"
12 12
13SRC_URI = "git://git.ti.com/ti-cm3-pm-firmware/amx3-cm3.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
diff --git a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
index 80ca0453..93443715 100644
--- a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
+++ b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
@@ -4,12 +4,12 @@ LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8" 4LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
5 5
6PV = "1.9.1" 6PV = "1.9.1"
7PR = "r1" 7PR = "r2"
8 8
9SRCREV = "730f0695ca2dda65abcff5763e8f108517bc0d43" 9SRCREV = "730f0695ca2dda65abcff5763e8f108517bc0d43"
10BRANCH ?= "ti-v4.1.y" 10BRANCH ?= "ti-v4.1.y"
11 11
12SRC_URI = "git://git.ti.com/ti-cm3-pm-firmware/amx3-cm3.git;protocol=git;branch=${BRANCH}" 12SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15