diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-12-19 05:07:37 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-12-18 18:33:23 -0500 |
commit | 6f6e5ef243f17f2dbaac3c2ea0b373fe249ab373 (patch) | |
tree | a7929ca912df2038c2afbc53baa672b68bb6458d /recipes-bsp | |
parent | ce24dff877407018ffeadc7d2538aa670bc8b688 (diff) | |
download | meta-ti-6f6e5ef243f17f2dbaac3c2ea0b373fe249ab373.tar.gz |
am33x-cm3: update to version 0x190
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/am33x-cm3/am33x-cm3_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/am33x-cm3/am33x-cm3_git.bb b/recipes-bsp/am33x-cm3/am33x-cm3_git.bb index 81431e90..7e636ee8 100644 --- a/recipes-bsp/am33x-cm3/am33x-cm3_git.bb +++ b/recipes-bsp/am33x-cm3/am33x-cm3_git.bb | |||
@@ -3,12 +3,12 @@ DESCRIPTION = "Cortex-M3 binary blob for suspend-resume" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | 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.8.9" | 6 | PV = "1.9.0" |
7 | PR = "r1" | 7 | PR = "r0" |
8 | PE = "1" | 8 | PE = "1" |
9 | 9 | ||
10 | SRCREV = "4e219d5053ee41b8fa8f85b48b1529ae4c6feb48" | 10 | SRCREV = "d85e6a17da1025adac9ab7f97dd7aa2a58c517ce" |
11 | BRANCH ?= "next" | 11 | BRANCH ?= "ti-v3.14.y" |
12 | 12 | ||
13 | SRC_URI = "git://git.ti.com/ti-cm3-pm-firmware/amx3-cm3.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/ti-cm3-pm-firmware/amx3-cm3.git;protocol=git;branch=${BRANCH}" |
14 | 14 | ||