diff options
author | Justin Sobota <jsobota@ti.com> | 2017-05-02 03:48:03 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-05-04 14:49:12 -0400 |
commit | ff22043f4e63e4abcab5ecdb9a87b144cb3f3409 (patch) | |
tree | 0b5e778055e7c2780c4a34a772901b95c685537c /recipes-bsp | |
parent | 2752f51c0f628faeab52a54299023a1ea4df745a (diff) | |
download | meta-ti-ff22043f4e63e4abcab5ecdb9a87b144cb3f3409.tar.gz |
edma3-lld: Update to version 2.12.3.27
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-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 4efcefc3..63f1cac6 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 | # Below commit ID corresponds to tag "DEV_EDMA3_LLD_02_12_02_26" | 9 | # Below commit ID corresponds to tag "DEV_EDMA3_LLD_02_12_03_27" |
10 | EDMA3_LLD_SRCREV = "1c67565620f5a5305cf3293bba669c6aa1a7e40a" | 10 | EDMA3_LLD_SRCREV = "ed434ef4019b696b753dae0f98fe6594a7ce35a3" |
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.02.26" | 16 | PV = "2.12.03.27" |
17 | INC_PR = "r0" | 17 | INC_PR = "r0" |