summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2016-06-30 05:28:30 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-07-03 22:13:46 -0400
commite03eaff8efbe0c3838f04e02842ad40bf778a760 (patch)
tree984f2ac94e2e1214e23147083d786eb434ed7833
parent540818aaffea2ee8db79644c04f7d17037e27aac (diff)
downloadmeta-ti-e03eaff8efbe0c3838f04e02842ad40bf778a760.tar.gz
edma3-lld: Bump version
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld.inc b/recipes-bsp/edma3-lld/edma3-lld.inc
index ff0ad479..4de59874 100644
--- a/recipes-bsp/edma3-lld/edma3-lld.inc
+++ b/recipes-bsp/edma3-lld/edma3-lld.inc
@@ -6,12 +6,12 @@ EDMA3_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
6EDMA3_LLD_GIT_PROTOCOL = "git" 6EDMA3_LLD_GIT_PROTOCOL = "git"
7EDMA3_LLD_GIT_BRANCH = "master" 7EDMA3_LLD_GIT_BRANCH = "master"
8 8
9# The following commit corresponds to tag DEV_EDMA3_LLD_02_12_01_23A 9# Below commit ID corresponds to tag "DEV_EDMA3_LLD_02_12_01_24"
10EDMA3_LLD_SRCREV = "84c84a82332b30ece3b00f7d769270466ae836e0" 10EDMA3_LLD_SRCREV = "e864a057032b070fc04628bac1345ecef01e2224"
11 11
12BRANCH = "${EDMA3_LLD_GIT_BRANCH}" 12BRANCH = "${EDMA3_LLD_GIT_BRANCH}"
13SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}" 13SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}"
14SRCREV = "${EDMA3_LLD_SRCREV}" 14SRCREV = "${EDMA3_LLD_SRCREV}"
15 15
16PV = "2.12.01.23" 16PV = "2.12.01.24"
17INC_PR = "r0" 17INC_PR = "r0"