diff options
Diffstat (limited to 'recipes-bsp/pktlib/pktlib_git.bb')
-rw-r--r-- | recipes-bsp/pktlib/pktlib_git.bb | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/recipes-bsp/pktlib/pktlib_git.bb b/recipes-bsp/pktlib/pktlib_git.bb index 17e5041e..03399cf0 100644 --- a/recipes-bsp/pktlib/pktlib_git.bb +++ b/recipes-bsp/pktlib/pktlib_git.bb | |||
@@ -5,12 +5,19 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fb | |||
5 | DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld" | 5 | DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld" |
6 | COMPATIBLE_MACHINE = "keystone" | 6 | COMPATIBLE_MACHINE = "keystone" |
7 | 7 | ||
8 | BRANCH = "master" | 8 | PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git" |
9 | SRC_URI = "git://git.ti.com/keystone-rtos/pktlib.git;protocol=git;branch=${BRANCH}" | 9 | PKTLIB_GIT_PROTOCOL = "git" |
10 | PKTLIB_GIT_BRANCH = "master" | ||
10 | 11 | ||
11 | # Corresponds to DEV.PKTLIB.2.1.0.5 | 12 | # Corresponds to DEV.PKTLIB.2.1.0.5 |
12 | SRCREV = "d757026f3d6a837711f4b44b5ffdefed761fc186" | 13 | PKTLIB_SRCREV = "d757026f3d6a837711f4b44b5ffdefed761fc186" |
14 | |||
15 | BRANCH = "${PKTLIB_GIT_BRANCH}" | ||
16 | SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}" | ||
17 | SRCREV = "${PKTLIB_SRCREV}" | ||
18 | |||
13 | PV = "2.1.0.5" | 19 | PV = "2.1.0.5" |
20 | PR = "r1" | ||
14 | 21 | ||
15 | S = "${WORKDIR}/git/ti/runtime/pktlib" | 22 | S = "${WORKDIR}/git/ti/runtime/pktlib" |
16 | 23 | ||