mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
pktlib: Upgrade to version 2.1.0.7
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
2317e1f513
commit
9c38dd07b8
@@ -9,14 +9,14 @@ PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git"
|
||||
PKTLIB_GIT_PROTOCOL = "git"
|
||||
PKTLIB_GIT_BRANCH = "master"
|
||||
|
||||
# Corresponds to DEV.PKTLIB.2.1.0.6
|
||||
PKTLIB_SRCREV = "2aa4843d79c344c2d76d0d5d32ecda3d7213d514"
|
||||
# Corresponds to DEV.PKTLIB.2.1.0.7
|
||||
PKTLIB_SRCREV = "22f66931964c25f83d1971f7eb78902d10c17d8a"
|
||||
|
||||
BRANCH = "${PKTLIB_GIT_BRANCH}"
|
||||
SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
SRCREV = "${PKTLIB_SRCREV}"
|
||||
|
||||
PV = "2.1.0.6"
|
||||
PV = "2.1.0.7"
|
||||
PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/git/ti/runtime/pktlib"
|
||||
|
||||
Reference in New Issue
Block a user