diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-07-19 23:23:41 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-07-24 18:18:50 +0000 |
commit | 5b1bbf3503ea198989fd37fc2825e5841e225761 (patch) | |
tree | 300e48a66a0fa6f1e8ef12171147a7f38ab25163 /recipes-bsp/dfe-lld/dfe-lld.inc | |
parent | a35ddfafaad7dab58920f089e52397206d85b503 (diff) | |
download | meta-ti-5b1bbf3503ea198989fd37fc2825e5841e225761.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>
Diffstat (limited to 'recipes-bsp/dfe-lld/dfe-lld.inc')
-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 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" | |||
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 | # 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" |
11 | DFE_LLD_SRCREV = "d51482ef18889bbbd8e9cdc207c6fe9e27b1ab03" | 11 | DFE_LLD_SRCREV = "da6a84069837b5c9b7a4bdb8824d8a4295866b14" |
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.8" | 17 | PV = "1.0.0.9" |
18 | INC_PR = "r0" | 18 | INC_PR = "r0" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "k2l" | 20 | COMPATIBLE_MACHINE = "k2l" |