summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2016-12-15 21:54:32 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-12-19 18:12:03 -0500
commit4e9fe65e422586db79b956b9511ecede496b67ef (patch)
tree6ebc1244c72e253c8bbdc07c3895b00c5f6052b2
parentd69015a0f3b6532bc8e6d4fdcfffe0fc49cb145c (diff)
downloadmeta-ti-4e9fe65e422586db79b956b9511ecede496b67ef.tar.gz
edma3-lld: Upstream version 2.12.2.26
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 2853dd2b..4efcefc3 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# Below commit ID corresponds to tag "DEV_EDMA3_LLD_02_12_01_25A" 9# Below commit ID corresponds to tag "DEV_EDMA3_LLD_02_12_02_26"
10EDMA3_LLD_SRCREV = "b2d61c61dd048bdea35e9b2810647b4d419a82b5" 10EDMA3_LLD_SRCREV = "1c67565620f5a5305cf3293bba669c6aa1a7e40a"
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.25A" 16PV = "2.12.02.26"
17INC_PR = "r0" 17INC_PR = "r0"