diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-21 21:03:54 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-21 11:43:37 -0400 |
commit | b4c7f17dec7199e52f3d072250a3ede82de5ce6d (patch) | |
tree | 4d3c29ba31f0a194e91158c828646946c8ae6cc7 /recipes-bsp | |
parent | e97ff395b57c70f759a2ea580c17fed2158c4b8f (diff) | |
download | meta-ti-b4c7f17dec7199e52f3d072250a3ede82de5ce6d.tar.gz |
cppi-lld: Upgrade to version 2.1.0.12
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/cppi-lld/cppi-lld.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/cppi-lld/cppi-lld.inc b/recipes-bsp/cppi-lld/cppi-lld.inc index 26d0e5cb..cee71427 100644 --- a/recipes-bsp/cppi-lld/cppi-lld.inc +++ b/recipes-bsp/cppi-lld/cppi-lld.inc | |||
@@ -9,14 +9,14 @@ 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.11" | 12 | # Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.12" |
13 | CPPI_LLD_SRCREV = "91047a01a6d64d7ffaf650c6ebb280de775af997" | 13 | CPPI_LLD_SRCREV = "1dc105ad256c49fbd1a92a0a27a27a34dae85e56" |
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.11" | 19 | PV = "02.01.00.12" |
20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
21 | 21 | ||
22 | DEVICELIST = "k2h k2k k2l k2e" | 22 | DEVICELIST = "k2h k2k k2l k2e" |