diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-04-11 03:55:43 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-04-10 18:08:45 -0400 |
commit | a2235a7004d4d48ba502de282ee31d571ab4bb70 (patch) | |
tree | 2aa890b713bcaf0192fbf72e8f3643a2cd515d92 /recipes-bsp/qmss-lld/qmss-lld.inc | |
parent | ea7cc761702806cc96a60fd492b147cc4c10e852 (diff) | |
download | meta-ti-a2235a7004d4d48ba502de282ee31d571ab4bb70.tar.gz |
qmss-lld: Update to new version 2.1.0.10
- Add init script for creating symbolic link for generic device library at boot time
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/qmss-lld/qmss-lld.inc')
-rw-r--r-- | recipes-bsp/qmss-lld/qmss-lld.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/qmss-lld/qmss-lld.inc b/recipes-bsp/qmss-lld/qmss-lld.inc index 87499cc9..d2eb81b0 100644 --- a/recipes-bsp/qmss-lld/qmss-lld.inc +++ b/recipes-bsp/qmss-lld/qmss-lld.inc | |||
@@ -4,10 +4,10 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=e8f6789acd | |||
4 | BRANCH ="master" | 4 | BRANCH ="master" |
5 | SRC_URI = "git://git.ti.com/keystone-rtos/qmss-lld.git;destsuffix=git/ti/drv/qmss;protocol=git;branch=${BRANCH}" | 5 | SRC_URI = "git://git.ti.com/keystone-rtos/qmss-lld.git;destsuffix=git/ti/drv/qmss;protocol=git;branch=${BRANCH}" |
6 | 6 | ||
7 | # commit ID corresponding to DEV.QMSS_LLD.02.01.00.06 | 7 | # commit ID corresponding to DEV.QMSS_LLD.02.01.00.10 |
8 | SRCREV = "661fff76530fd56cf7550f76c7b7a541ea18fda8" | 8 | SRCREV = "ffec14248f460b7cf4def4457f9c2335df62618d" |
9 | PV = "02.01.00.06" | 9 | PV = "02.01.00.10" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | DEVICELIST = "k2h k2k k2l k2e" | 12 | DEVICELIST = "k2h k2k k2l k2e" |
13 | 13 | ||