diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2016-07-12 19:23:44 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-07-19 21:40:55 -0400 |
| commit | 93a60d991dec6cfb80b0cdeeaaecbb034a7ab45a (patch) | |
| tree | 44cb4a08f27c3a7e36902c0770d4e0ae252c77fc | |
| parent | f0385d19a2aea72566849b20060189ac12c2826f (diff) | |
| download | meta-ti-93a60d991dec6cfb80b0cdeeaaecbb034a7ab45a.tar.gz | |
hplib: bump SRCREV to version 1.1.0.8
* added performance improvement in find_slots routine to skip full bit
map words in search
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-bsp/hplib/hplib.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/hplib/hplib.inc b/recipes-bsp/hplib/hplib.inc index aff38c9d..fcc7191d 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.07" | 12 | # Below Commit ID corresponds to "DEV.HPLIB.01.01.00.08" |
| 13 | HPLIB_SRCREV = "74dde26bfcdeb248fae29eb883ac78db89263f9f" | 13 | HPLIB_SRCREV = "5e9b27854f5d6f9f37a0ed8d7516d4874427cd8b" |
| 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.07+git${SRCPV}" | 19 | PV = "01.01.00.08+git${SRCPV}" |
| 20 | INC_PR = "r0" | 20 | INC_PR = "r0" |
