From 8a19513ff3dcadff147de0d5ab069ccc6c12cdf4 Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Tue, 31 Oct 2017 22:36:55 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-bsp/edma3-lld/edma3-lld.inc | 6 +++--- 1 file 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" EDMA3_LLD_GIT_PROTOCOL = "git" EDMA3_LLD_GIT_BRANCH = "master" -# Below commit ID corresponds to tag "DEV_EDMA3_LLD_02_12_02_26" -EDMA3_LLD_SRCREV = "1c67565620f5a5305cf3293bba669c6aa1a7e40a" +# Below commit ID corresponds to new eng version +EDMA3_LLD_SRCREV = "60cb2bbdd8e494334994dd49559bc27cd9a40b32" BRANCH = "${EDMA3_LLD_GIT_BRANCH}" SRC_URI = "${EDMA3_LLD_GIT_URI};protocol=${EDMA3_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${EDMA3_LLD_SRCREV}" -PV = "2.12.02.26" +PV = "2.12.03.28" INC_PR = "r0" -- cgit v1.2.3-54-g00ecf