summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:23:41 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:23:15 +0000
commitce09a6ea680370e431758489ac1f55df3ae48c9b (patch)
treed7f2768cd59edd74079bde66c26768233997db8d
parentc8b1e47446801f4ccebf26f3aba23fb99b6ad112 (diff)
downloadmeta-ti-ce09a6ea680370e431758489ac1f55df3ae48c9b.tar.gz
dfe-lld: Update to version 1.0.0.9
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/dfe-lld/dfe-lld.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/dfe-lld/dfe-lld.inc b/recipes-bsp/dfe-lld/dfe-lld.inc
index 84e8509c..01177578 100644
--- a/recipes-bsp/dfe-lld/dfe-lld.inc
+++ b/recipes-bsp/dfe-lld/dfe-lld.inc
@@ -7,14 +7,14 @@ 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# Below commit ID corresponds to "DEV.DFE_LLD.01.00.00.08" 10# Below commit ID corresponds to "DEV.DFE_LLD.01.00.00.09"
11DFE_LLD_SRCREV = "d51482ef18889bbbd8e9cdc207c6fe9e27b1ab03" 11DFE_LLD_SRCREV = "da6a84069837b5c9b7a4bdb8824d8a4295866b14"
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.8" 17PV = "1.0.0.9"
18INC_PR = "r0" 18INC_PR = "r0"
19 19
20COMPATIBLE_MACHINE = "k2l" 20COMPATIBLE_MACHINE = "k2l"