mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-23 04:59:17 +00:00
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
25 lines
841 B
PHP
25 lines
841 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.8A"
|
|
PKTLIB_SRCREV = "1fb44eb37ba0fcf94011204c9776360bfef5696c"
|
|
|
|
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.8A"
|
|
INC_PR = "r0"
|
|
|
|
S = "${WORKDIR}/${PKTLIB_GIT_DESTSUFFIX}"
|