summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-10-24 21:07:06 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-10-24 14:24:48 -0400
commit490bed288aa4d78d46cb803c822508aa27b7b048 (patch)
treea1980efde5c6335620f76f57ba3a2a7de59ecbd1
parent5df3f14c154d9e754c2187bad5c490b08cdd369f (diff)
downloadmeta-ti-490bed288aa4d78d46cb803c822508aa27b7b048.tar.gz
edma3-lld: Updating the revision to 02.12.05.30
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Acked-by: Jacob Stiffler <j-stiffler@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 5ff7927b..d0bc0b9e 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 new eng version 9# Below commit ID corresponds to version 2.12.05.30
10EDMA3_LLD_SRCREV = "60cb2bbdd8e494334994dd49559bc27cd9a40b32" 10EDMA3_LLD_SRCREV = "30cce115bda9001bc40c68e3788bbd1b3741569e"
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.03.28" 16PV = "2.12.05.30"
17INC_PR = "r0" 17INC_PR = "r0"