diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-24 22:48:38 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-31 11:46:41 -0400 |
commit | d484cf2f4a4958b9416aaebe48491b764a245b63 (patch) | |
tree | 6f54e6fde10c73ade65e5fa946cca5c2dcff0046 /recipes-bsp/qmss-lld | |
parent | f9654a93f57026497d7884c182396decfc0ed5e6 (diff) | |
download | meta-ti-d484cf2f4a4958b9416aaebe48491b764a245b63.tar.gz |
qmss-lld: Bump SRCREV for fix
* Fix linker option for linux example and test binaries
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/qmss-lld')
-rw-r--r-- | recipes-bsp/qmss-lld/qmss-lld.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/qmss-lld/qmss-lld.inc b/recipes-bsp/qmss-lld/qmss-lld.inc index 2395a4d8..ed560c8f 100644 --- a/recipes-bsp/qmss-lld/qmss-lld.inc +++ b/recipes-bsp/qmss-lld/qmss-lld.inc | |||
@@ -9,15 +9,15 @@ QMSS_LLD_GIT_PROTOCOL = "git" | |||
9 | QMSS_LLD_GIT_BRANCH = "master" | 9 | QMSS_LLD_GIT_BRANCH = "master" |
10 | QMSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/qmss" | 10 | QMSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/qmss" |
11 | 11 | ||
12 | # commit ID corresponding to DEV.QMSS_LLD.02.01.00.14 | 12 | # commit ID corresponding to DEV.QMSS_LLD.02.01.00.14A |
13 | QMSS_LLD_SRCREV = "4cc3a3f1bcddfc19e2e7d8dd4208ca215e7ecbae" | 13 | QMSS_LLD_SRCREV = "8fc6a846e509d6ad8499e1de68abd912d7947069" |
14 | 14 | ||
15 | BRANCH ="${QMSS_LLD_GIT_BRANCH}" | 15 | BRANCH ="${QMSS_LLD_GIT_BRANCH}" |
16 | SRC_URI = "${QMSS_LLD_GIT_URI};destsuffix=${QMSS_LLD_GIT_DESTSUFFIX};protocol=${QMSS_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${QMSS_LLD_GIT_URI};destsuffix=${QMSS_LLD_GIT_DESTSUFFIX};protocol=${QMSS_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
17 | SRCREV = "${QMSS_LLD_SRCREV}" | 17 | SRCREV = "${QMSS_LLD_SRCREV}" |
18 | 18 | ||
19 | PV = "02.01.00.14" | 19 | PV = "02.01.00.14" |
20 | INC_PR = "r0" | 20 | INC_PR = "r1" |
21 | 21 | ||
22 | DEVICELIST = "k2h k2k k2l k2e" | 22 | DEVICELIST = "k2h k2k k2l k2e" |
23 | DEVICELIST_k2hk-evm = "k2h k2k" | 23 | DEVICELIST_k2hk-evm = "k2h k2k" |