diff options
author | Justin Sobota <jsobota@ti.com> | 2016-06-30 05:28:30 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-07-03 22:14:09 -0400 |
commit | 4a9d60fe40daaf75e4c52417224db88577b7c72b (patch) | |
tree | a2ca4483ddf951e18e41be53134a204afb8ea05b /recipes-bsp/edma3-lld | |
parent | 55b4ca5ecb8973c666c5c6d6f906b216a4cba86e (diff) | |
download | meta-ti-4a9d60fe40daaf75e4c52417224db88577b7c72b.tar.gz |
edma3-lld: Bump version
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/edma3-lld')
-rw-r--r-- | recipes-bsp/edma3-lld/edma3-lld.inc | 6 |
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" | |||
6 | EDMA3_LLD_GIT_PROTOCOL = "git" | 6 | EDMA3_LLD_GIT_PROTOCOL = "git" |
7 | EDMA3_LLD_GIT_BRANCH = "master" | 7 | EDMA3_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" |
10 | EDMA3_LLD_SRCREV = "84c84a82332b30ece3b00f7d769270466ae836e0" | 10 | EDMA3_LLD_SRCREV = "e864a057032b070fc04628bac1345ecef01e2224" |
11 | 11 | ||
12 | BRANCH = "${EDMA3_LLD_GIT_BRANCH}" | 12 | BRANCH = "${EDMA3_LLD_GIT_BRANCH}" |
13 | SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 13 | SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
14 | SRCREV = "${EDMA3_LLD_SRCREV}" | 14 | SRCREV = "${EDMA3_LLD_SRCREV}" |
15 | 15 | ||
16 | PV = "2.12.01.23" | 16 | PV = "2.12.01.24" |
17 | INC_PR = "r0" | 17 | INC_PR = "r0" |