summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-23 01:58:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-22 16:25:46 -0400
commitc93678aa08bc0df0f1f36a84afe48723406de58e (patch)
tree5ee7fee2501eba2d8f01a6ac19e957c6bece8fc9
parent2317e1f5134b36fcc8d7127a85ed9e08a2d162d4 (diff)
downloadmeta-ti-ti2015.03.tar.gz
pktlib: Upgrade to version 2.1.0.7ti2015.03
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/pktlib/pktlib_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/pktlib/pktlib_git.bb b/recipes-bsp/pktlib/pktlib_git.bb
index 9a453403..341391e0 100644
--- a/recipes-bsp/pktlib/pktlib_git.bb
+++ b/recipes-bsp/pktlib/pktlib_git.bb
@@ -9,14 +9,14 @@ PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git"
9PKTLIB_GIT_PROTOCOL = "git" 9PKTLIB_GIT_PROTOCOL = "git"
10PKTLIB_GIT_BRANCH = "master" 10PKTLIB_GIT_BRANCH = "master"
11 11
12# Corresponds to DEV.PKTLIB.2.1.0.6 12# Corresponds to DEV.PKTLIB.2.1.0.7
13PKTLIB_SRCREV = "2aa4843d79c344c2d76d0d5d32ecda3d7213d514" 13PKTLIB_SRCREV = "22f66931964c25f83d1971f7eb78902d10c17d8a"
14 14
15BRANCH = "${PKTLIB_GIT_BRANCH}" 15BRANCH = "${PKTLIB_GIT_BRANCH}"
16SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}" 16SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}"
17SRCREV = "${PKTLIB_SRCREV}" 17SRCREV = "${PKTLIB_SRCREV}"
18 18
19PV = "2.1.0.6" 19PV = "2.1.0.7"
20PR = "r0" 20PR = "r0"
21 21
22S = "${WORKDIR}/git/ti/runtime/pktlib" 22S = "${WORKDIR}/git/ti/runtime/pktlib"