diff options
Diffstat (limited to 'recipes-bsp/hplib/hplib.inc')
-rw-r--r-- | recipes-bsp/hplib/hplib.inc | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/recipes-bsp/hplib/hplib.inc b/recipes-bsp/hplib/hplib.inc index e4211ee0..7ed47a56 100644 --- a/recipes-bsp/hplib/hplib.inc +++ b/recipes-bsp/hplib/hplib.inc | |||
@@ -2,9 +2,16 @@ COMPATIBLE_MACHINE = "keystone" | |||
2 | 2 | ||
3 | DEVICELIST = "k2h k2k k2l k2e" | 3 | DEVICELIST = "k2h k2k k2l k2e" |
4 | 4 | ||
5 | BRANCH = "master" | 5 | HPLIB_GIT_URI = "git://git.ti.com/keystone-rtos/hplib.git" |
6 | SRC_URI = "git://git.ti.com/keystone-rtos/hplib.git;protocol=git;branch=${BRANCH}" | 6 | HPLIB_GIT_PROTOCOL = "git" |
7 | HPLIB_GIT_BRANCH = "master" | ||
7 | 8 | ||
8 | # Below Commit ID corresponds to "DEV.HPLIB.01.01.00.06" | 9 | # Below Commit ID corresponds to "DEV.HPLIB.01.01.00.06" |
9 | SRCREV = "1cbe6a41926c131d9cab63b40d43807c6e56e2fd" | 10 | HPLIB_SRCREV = "1cbe6a41926c131d9cab63b40d43807c6e56e2fd" |
11 | |||
12 | BRANCH = "${HPLIB_GIT_BRANCH}" | ||
13 | SRC_URI = "${HPLIB_GIT_URI};protocol=${HPLIB_GIT_PROTOCOL};branch=${BRANCH}" | ||
14 | SRCREV = "${HPLIB_SRCREV}" | ||
15 | |||
10 | PV = "01.01.00.06+git${SRCPV}" | 16 | PV = "01.01.00.06+git${SRCPV}" |
17 | INC_PR = "r1" | ||