diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-04-10 20:11:02 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-04-10 13:59:25 -0400 |
commit | 58d45b9abd67de8246822f8ac4e4f0363d7ef640 (patch) | |
tree | ccd708fc0021f030ee01b968935876f59372474c /recipes-bsp/cppi-lld/cppi-lld.inc | |
parent | bbe8b4f17d7c1adb140deea5ff35671e11e4f42b (diff) | |
download | meta-ti-58d45b9abd67de8246822f8ac4e4f0363d7ef640.tar.gz |
cppi-lld: Update to new version 2.1.0.8
- Add init script for creating symbolic link for generic device library boot time
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cppi-lld/cppi-lld.inc')
-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 d26adc59..0a8ee55f 100644 --- a/recipes-bsp/cppi-lld/cppi-lld.inc +++ b/recipes-bsp/cppi-lld/cppi-lld.inc | |||
@@ -4,10 +4,10 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/cppi/COPYING.txt;md5=e8f6789acd | |||
4 | BRANCH = "master" | 4 | BRANCH = "master" |
5 | SRC_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git;destsuffix=git/ti/drv/cppi;protocol=git;branch=${BRANCH}" | 5 | SRC_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git;destsuffix=git/ti/drv/cppi;protocol=git;branch=${BRANCH}" |
6 | 6 | ||
7 | # Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.06" | 7 | # Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.08" |
8 | SRCREV = "4c6c0a857786c49d8003453d3bc7c3c97ff4f5a4" | 8 | SRCREV = "320af092dc382af52b9e68f14ca8acd5c1c467c1" |
9 | PV = "02.01.00.06" | 9 | PV = "02.01.00.09" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | DEVICELIST = "k2h k2k k2l k2e" | 12 | DEVICELIST = "k2h k2k k2l k2e" |
13 | 13 | ||