summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-21 21:03:54 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-21 11:42:21 -0400
commit1bdb406fe8f89adb480bae51471825c6b01d45d6 (patch)
tree9434ce8ed8b181c39e51f9c0254316ad18784f3c
parent14fe25d6044d9cd65cb36059c052c8a7a54c4b6b (diff)
downloadmeta-ti-1bdb406fe8f89adb480bae51471825c6b01d45d6.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>
-rw-r--r--recipes-bsp/cppi-lld/cppi-lld.inc6
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"
9CPPI_LLD_GIT_BRANCH = "master" 9CPPI_LLD_GIT_BRANCH = "master"
10CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi" 10CPPI_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"
13CPPI_LLD_SRCREV = "91047a01a6d64d7ffaf650c6ebb280de775af997" 13CPPI_LLD_SRCREV = "1dc105ad256c49fbd1a92a0a27a27a34dae85e56"
14 14
15BRANCH = "${CPPI_LLD_GIT_BRANCH}" 15BRANCH = "${CPPI_LLD_GIT_BRANCH}"
16SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" 16SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
17 17
18SRCREV = "${CPPI_LLD_SRCREV}" 18SRCREV = "${CPPI_LLD_SRCREV}"
19PV = "02.01.00.11" 19PV = "02.01.00.12"
20INC_PR = "r0" 20INC_PR = "r0"
21 21
22DEVICELIST = "k2h k2k k2l k2e" 22DEVICELIST = "k2h k2k k2l k2e"