summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-28 20:41:02 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-28 13:37:27 -0500
commit47857e5626069f55ef53155717678112354665bc (patch)
tree79844f0a85aa7a473875b289fea8736688fc259b
parent3ed5908d0b80ed511533837d2885a18ca3f3b715 (diff)
downloadmeta-ti-47857e5626069f55ef53155717678112354665bc.tar.gz
dfe-lld: Upgrade to version 1.0.0.7
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/dfe-lld/dfe-lld.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/dfe-lld/dfe-lld.inc b/recipes-bsp/dfe-lld/dfe-lld.inc
index f2e42133..c1d8643e 100644
--- a/recipes-bsp/dfe-lld/dfe-lld.inc
+++ b/recipes-bsp/dfe-lld/dfe-lld.inc
@@ -7,15 +7,15 @@ DFE_LLD_GIT_PROTOCOL = "git"
7DFE_LLD_GIT_BRANCH = "master" 7DFE_LLD_GIT_BRANCH = "master"
8DFE_LLD_GIT_DESTSUFFIX = "git/ti/drv/dfe" 8DFE_LLD_GIT_DESTSUFFIX = "git/ti/drv/dfe"
9 9
10# The following commit correspond to DEV.DFE_LLD.01.00.00.05E 10# The following commit correspond to DEV.DFE_LLD.01.00.00.07
11DFE_LLD_SRCREV = "42e9df0108d208c92b9d2fee7e8b1b1ab62f4b69" 11DFE_LLD_SRCREV = "7a85310ee5e406f50a4c118610e07aade7d3cee2"
12 12
13BRANCH = "${DFE_LLD_GIT_BRANCH}" 13BRANCH = "${DFE_LLD_GIT_BRANCH}"
14SRC_URI = "${DFE_LLD_GIT_URI};destsuffix=${DFE_LLD_GIT_DESTSUFFIX};protocol=${DFE_LLD_GIT_PROTOCOL};branch=${BRANCH}" 14SRC_URI = "${DFE_LLD_GIT_URI};destsuffix=${DFE_LLD_GIT_DESTSUFFIX};protocol=${DFE_LLD_GIT_PROTOCOL};branch=${BRANCH}"
15SRCREV = "${DFE_LLD_SRCREV}" 15SRCREV = "${DFE_LLD_SRCREV}"
16 16
17PV = "1.0.0.5" 17PV = "1.0.0.7"
18INC_PR = "r1" 18INC_PR = "r0"
19 19
20COMPATIBLE_MACHINE = "k2l-evm" 20COMPATIBLE_MACHINE = "k2l-evm"
21 21