diff options
author | Justin Sobota <jsobota@ti.com> | 2016-06-30 00:52:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-29 17:11:29 -0400 |
commit | f76dd445ad96f601f4a4b4b7385e7cd30e25c0f0 (patch) | |
tree | 918b889b34a9ef99f88c4be3616b78cc9929e6e3 /recipes-bsp/dfe-lld | |
parent | 0c88837fc3126d949f0daa6b9b22f1c20f4d37c9 (diff) | |
download | meta-ti-f76dd445ad96f601f4a4b4b7385e7cd30e25c0f0.tar.gz |
dfe-lld: Bump version
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/dfe-lld')
-rw-r--r-- | recipes-bsp/dfe-lld/dfe-lld.inc | 6 |
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 c1d8643e..92c6034f 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" | |||
7 | DFE_LLD_GIT_BRANCH = "master" | 7 | DFE_LLD_GIT_BRANCH = "master" |
8 | DFE_LLD_GIT_DESTSUFFIX = "git/ti/drv/dfe" | 8 | DFE_LLD_GIT_DESTSUFFIX = "git/ti/drv/dfe" |
9 | 9 | ||
10 | # The following commit correspond to DEV.DFE_LLD.01.00.00.07 | 10 | # Below commit ID corresponds to "DEV.DFE_LLD.01.00.00.08" |
11 | DFE_LLD_SRCREV = "7a85310ee5e406f50a4c118610e07aade7d3cee2" | 11 | DFE_LLD_SRCREV = "d51482ef18889bbbd8e9cdc207c6fe9e27b1ab03" |
12 | 12 | ||
13 | BRANCH = "${DFE_LLD_GIT_BRANCH}" | 13 | BRANCH = "${DFE_LLD_GIT_BRANCH}" |
14 | SRC_URI = "${DFE_LLD_GIT_URI};destsuffix=${DFE_LLD_GIT_DESTSUFFIX};protocol=${DFE_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 14 | SRC_URI = "${DFE_LLD_GIT_URI};destsuffix=${DFE_LLD_GIT_DESTSUFFIX};protocol=${DFE_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
15 | SRCREV = "${DFE_LLD_SRCREV}" | 15 | SRCREV = "${DFE_LLD_SRCREV}" |
16 | 16 | ||
17 | PV = "1.0.0.7" | 17 | PV = "1.0.0.8" |
18 | INC_PR = "r0" | 18 | INC_PR = "r0" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "k2l-evm" | 20 | COMPATIBLE_MACHINE = "k2l-evm" |