diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-07-19 23:23:40 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-07-24 18:18:50 +0000 |
commit | 718a36ad35861721307b5ddba042d3a5a845097f (patch) | |
tree | 128e69a8d25ef35f33dc0eee34c2e1d31b0abd93 /recipes-bsp/cppi-lld | |
parent | 5b1bbf3503ea198989fd37fc2825e5841e225761 (diff) | |
download | meta-ti-718a36ad35861721307b5ddba042d3a5a845097f.tar.gz |
cppi-lld: Update to version 2.1.0.13
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cppi-lld')
-rw-r--r-- | recipes-bsp/cppi-lld/cppi-lld.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/cppi-lld/cppi-lld.inc b/recipes-bsp/cppi-lld/cppi-lld.inc index 29deaf29..57c3a748 100644 --- a/recipes-bsp/cppi-lld/cppi-lld.inc +++ b/recipes-bsp/cppi-lld/cppi-lld.inc | |||
@@ -9,15 +9,15 @@ CPPI_LLD_GIT_PROTOCOL = "git" | |||
9 | CPPI_LLD_GIT_BRANCH = "master" | 9 | CPPI_LLD_GIT_BRANCH = "master" |
10 | CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi" | 10 | CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi" |
11 | 11 | ||
12 | # Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.12A" | 12 | # Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.13" |
13 | CPPI_LLD_SRCREV = "6a1d2891b3de9891dea71a069a261c6368209413" | 13 | CPPI_LLD_SRCREV = "e9c498fe581b502415123a8e3dd7c0a08be03958" |
14 | 14 | ||
15 | BRANCH = "${CPPI_LLD_GIT_BRANCH}" | 15 | BRANCH = "${CPPI_LLD_GIT_BRANCH}" |
16 | SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
17 | 17 | ||
18 | SRCREV = "${CPPI_LLD_SRCREV}" | 18 | SRCREV = "${CPPI_LLD_SRCREV}" |
19 | PV = "02.01.00.12" | 19 | PV = "02.01.00.13" |
20 | INC_PR = "r1" | 20 | INC_PR = "r0" |
21 | 21 | ||
22 | DEVICELIST = "k2h k2k k2l k2e" | 22 | DEVICELIST = "k2h k2k k2l k2e" |
23 | DEVICELIST_k2hk = "k2h k2k" | 23 | DEVICELIST_k2hk = "k2h k2k" |