summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/pktlib/pktlib.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/pktlib/pktlib.inc b/recipes-bsp/pktlib/pktlib.inc
index 701a83f4..f2afa318 100644
--- a/recipes-bsp/pktlib/pktlib.inc
+++ b/recipes-bsp/pktlib/pktlib.inc
@@ -10,15 +10,15 @@ PKTLIB_GIT_PROTOCOL = "git"
10PKTLIB_GIT_BRANCH = "master" 10PKTLIB_GIT_BRANCH = "master"
11PKTLIB_GIT_DESTSUFFIX = "git/ti/runtime/pktlib" 11PKTLIB_GIT_DESTSUFFIX = "git/ti/runtime/pktlib"
12 12
13# Below commit ID corresponds to "DEV.PKTLIB.2.1.0.7" 13# Below commit ID corresponds to "DEV.PKTLIB.2.1.0.8A"
14PKTLIB_SRCREV = "22f66931964c25f83d1971f7eb78902d10c17d8a" 14PKTLIB_SRCREV = "1fb44eb37ba0fcf94011204c9776360bfef5696c"
15 15
16BRANCH = "${PKTLIB_GIT_BRANCH}" 16BRANCH = "${PKTLIB_GIT_BRANCH}"
17# Don't use DESTSUFFIX when cloning since repo contains ti/runtime/pktlib directory tree 17# Don't use DESTSUFFIX when cloning since repo contains ti/runtime/pktlib directory tree
18SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}" 18SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}"
19 19
20SRCREV = "${PKTLIB_SRCREV}" 20SRCREV = "${PKTLIB_SRCREV}"
21PV = "2.1.0.7" 21PV = "2.1.0.8A"
22INC_PR = "r2" 22INC_PR = "r0"
23 23
24S = "${WORKDIR}/${PKTLIB_GIT_DESTSUFFIX}" 24S = "${WORKDIR}/${PKTLIB_GIT_DESTSUFFIX}"