diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-11-18 05:37:15 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-18 18:16:59 -0500 |
commit | 4f095b2a099be3a088db598ab8666023b65ab1f1 (patch) | |
tree | 4b5c4964f2b7b471ce04318167f32a27c07196ac /recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | |
parent | 3bc6bb5302a4284297300e24437ce05a44a4397b (diff) | |
download | meta-ti-4f095b2a099be3a088db598ab8666023b65ab1f1.tar.gz |
cm3-pm-firmware: update with the new git URL
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb')
-rw-r--r-- | recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
4 | LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8" | 4 | LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8" |
5 | 5 | ||
6 | PV = "1.9.1" | 6 | PV = "1.9.1" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRCREV = "730f0695ca2dda65abcff5763e8f108517bc0d43" | 9 | SRCREV = "730f0695ca2dda65abcff5763e8f108517bc0d43" |
10 | BRANCH ?= "ti-v4.1.y" | 10 | BRANCH ?= "ti-v4.1.y" |
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/ti-cm3-pm-firmware/amx3-cm3.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||