diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-22 22:42:43 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-22 15:14:12 -0400 |
commit | f0692b8a7c125e09b79ec411a045275e910e79b8 (patch) | |
tree | 7ab4bac6d39297390365b3a9cb988cf12d03271d /recipes-bsp | |
parent | 54cebf1ad8f3f238d5e61d141e7f142b8745a63d (diff) | |
download | meta-ti-f0692b8a7c125e09b79ec411a045275e910e79b8.tar.gz |
hplib: Upgrade to version 1.1.0.7
* This version includes the following changes
- Port to the 4.1 kernel
- Fix the test linker options
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/hplib/hplib.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/hplib/hplib.inc b/recipes-bsp/hplib/hplib.inc index e5fe5670..aff38c9d 100644 --- a/recipes-bsp/hplib/hplib.inc +++ b/recipes-bsp/hplib/hplib.inc | |||
@@ -9,12 +9,12 @@ HPLIB_GIT_URI = "git://git.ti.com/keystone-rtos/hplib.git" | |||
9 | HPLIB_GIT_PROTOCOL = "git" | 9 | HPLIB_GIT_PROTOCOL = "git" |
10 | HPLIB_GIT_BRANCH = "master" | 10 | HPLIB_GIT_BRANCH = "master" |
11 | 11 | ||
12 | # Below Commit ID corresponds to "DEV.HPLIB.01.01.00.06" | 12 | # Below Commit ID corresponds to "DEV.HPLIB.01.01.00.07" |
13 | HPLIB_SRCREV = "1cbe6a41926c131d9cab63b40d43807c6e56e2fd" | 13 | HPLIB_SRCREV = "74dde26bfcdeb248fae29eb883ac78db89263f9f" |
14 | 14 | ||
15 | BRANCH = "${HPLIB_GIT_BRANCH}" | 15 | BRANCH = "${HPLIB_GIT_BRANCH}" |
16 | SRC_URI = "${HPLIB_GIT_URI};protocol=${HPLIB_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${HPLIB_GIT_URI};protocol=${HPLIB_GIT_PROTOCOL};branch=${BRANCH}" |
17 | SRCREV = "${HPLIB_SRCREV}" | 17 | SRCREV = "${HPLIB_SRCREV}" |
18 | 18 | ||
19 | PV = "01.01.00.06+git${SRCPV}" | 19 | PV = "01.01.00.07+git${SRCPV}" |
20 | INC_PR = "r1" | 20 | INC_PR = "r0" |