summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2017-10-31 22:36:55 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-11-02 21:44:35 -0400
commit8a19513ff3dcadff147de0d5ab069ccc6c12cdf4 (patch)
treea9ebe8ed2a9eda022610a4f93ee2f017baec11e2
parentd164b905be6b5b0c6d66f063a202fe8e6c378228 (diff)
downloadmeta-ti-8a19513ff3dcadff147de0d5ab069ccc6c12cdf4.tar.gz
edma3-lld: Update to new eng version
Sync with morty, this effectively is a backport (from meta-ti/morty 2e4703bcf3de4f3517373f93d149e0d7d97eedb1) Signed-off-by: Karthik Ramanan <a0393906@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 4efcefc3..5ff7927b 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_02_26" 9# Below commit ID corresponds to new eng version
10EDMA3_LLD_SRCREV = "1c67565620f5a5305cf3293bba669c6aa1a7e40a" 10EDMA3_LLD_SRCREV = "60cb2bbdd8e494334994dd49559bc27cd9a40b32"
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.02.26" 16PV = "2.12.03.28"
17INC_PR = "r0" 17INC_PR = "r0"