mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-25 22:19:11 +00:00
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
25 lines
839 B
PHP
25 lines
839 B
PHP
DESCRIPTION = "Provides library for handling packet descriptors for keystone devices"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://docs/Doxyfile;md5=91d01dc3788e1f405f000b2089191a0a"
|
|
|
|
COMPATIBLE_MACHINE = "keystone"
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git"
|
|
PKTLIB_GIT_PROTOCOL = "git"
|
|
PKTLIB_GIT_BRANCH = "master"
|
|
PKTLIB_GIT_DESTSUFFIX = "git/ti/runtime/pktlib"
|
|
|
|
# Below commit ID corresponds to "DEV.PKTLIB.2.1.0.7"
|
|
PKTLIB_SRCREV = "22f66931964c25f83d1971f7eb78902d10c17d8a"
|
|
|
|
BRANCH = "${PKTLIB_GIT_BRANCH}"
|
|
# Don't use DESTSUFFIX when cloning since repo contains ti/runtime/pktlib directory tree
|
|
SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}"
|
|
|
|
SRCREV = "${PKTLIB_SRCREV}"
|
|
PV = "2.1.0.7"
|
|
INC_PR = "r2"
|
|
|
|
S = "${WORKDIR}/${PKTLIB_GIT_DESTSUFFIX}"
|