diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-24 22:48:36 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-31 11:46:32 -0400 |
commit | cdbd63bb1ac9dd3d68a689e3294e0ff0bc3b9c38 (patch) | |
tree | aeb7dd4ebca0ab234514ee5a353aadbdb1bfe675 /recipes-bsp/cppi-lld | |
parent | b4ba1e936ec4308090787c3fd5c4aab274fc5483 (diff) | |
download | meta-ti-cdbd63bb1ac9dd3d68a689e3294e0ff0bc3b9c38.tar.gz |
cppi-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/cppi-lld')
-rw-r--r-- | recipes-bsp/cppi-lld/cppi-lld.inc | 6 |
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 cee71427..b1f3f41d 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" | |||
9 | CPPI_LLD_GIT_BRANCH = "master" | 9 | CPPI_LLD_GIT_BRANCH = "master" |
10 | CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi" | 10 | CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi" |
11 | 11 | ||
12 | # Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.12" | 12 | # Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.12A" |
13 | CPPI_LLD_SRCREV = "1dc105ad256c49fbd1a92a0a27a27a34dae85e56" | 13 | CPPI_LLD_SRCREV = "6a1d2891b3de9891dea71a069a261c6368209413" |
14 | 14 | ||
15 | BRANCH = "${CPPI_LLD_GIT_BRANCH}" | 15 | BRANCH = "${CPPI_LLD_GIT_BRANCH}" |
16 | SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
17 | 17 | ||
18 | SRCREV = "${CPPI_LLD_SRCREV}" | 18 | SRCREV = "${CPPI_LLD_SRCREV}" |
19 | PV = "02.01.00.12" | 19 | PV = "02.01.00.12" |
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" |