summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pktlib/pktlib_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/pktlib/pktlib_git.bb')
-rw-r--r--recipes-bsp/pktlib/pktlib_git.bb13
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
5DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld" 5DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld"
6COMPATIBLE_MACHINE = "keystone" 6COMPATIBLE_MACHINE = "keystone"
7 7
8BRANCH = "master" 8PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git"
9SRC_URI = "git://git.ti.com/keystone-rtos/pktlib.git;protocol=git;branch=${BRANCH}" 9PKTLIB_GIT_PROTOCOL = "git"
10PKTLIB_GIT_BRANCH = "master"
10 11
11# Corresponds to DEV.PKTLIB.2.1.0.5 12# Corresponds to DEV.PKTLIB.2.1.0.5
12SRCREV = "d757026f3d6a837711f4b44b5ffdefed761fc186" 13PKTLIB_SRCREV = "d757026f3d6a837711f4b44b5ffdefed761fc186"
14
15BRANCH = "${PKTLIB_GIT_BRANCH}"
16SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}"
17SRCREV = "${PKTLIB_SRCREV}"
18
13PV = "2.1.0.5" 19PV = "2.1.0.5"
20PR = "r1"
14 21
15S = "${WORKDIR}/git/ti/runtime/pktlib" 22S = "${WORKDIR}/git/ti/runtime/pktlib"
16 23