summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:23:40 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:23:15 +0000
commitded81e9b805b4fa9a779c7e927fd6078f12e3d3b (patch)
treefa1c7df5db549cf772facae2ef94131aa89f11f8
parentce09a6ea680370e431758489ac1f55df3ae48c9b (diff)
downloadmeta-ti-ded81e9b805b4fa9a779c7e927fd6078f12e3d3b.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>
-rw-r--r--recipes-bsp/cppi-lld/cppi-lld.inc8
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"
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.12A" 12# Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.13"
13CPPI_LLD_SRCREV = "6a1d2891b3de9891dea71a069a261c6368209413" 13CPPI_LLD_SRCREV = "e9c498fe581b502415123a8e3dd7c0a08be03958"
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.12" 19PV = "02.01.00.13"
20INC_PR = "r1" 20INC_PR = "r0"
21 21
22DEVICELIST = "k2h k2k k2l k2e" 22DEVICELIST = "k2h k2k k2l k2e"
23DEVICELIST_k2hk = "k2h k2k" 23DEVICELIST_k2hk = "k2h k2k"