summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pktlib/pktlib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/pktlib/pktlib.inc')
-rw-r--r--recipes-bsp/pktlib/pktlib.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-bsp/pktlib/pktlib.inc b/recipes-bsp/pktlib/pktlib.inc
deleted file mode 100644
index af3f8bb1..00000000
--- a/recipes-bsp/pktlib/pktlib.inc
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "Provides library for handling packet descriptors for keystone devices"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://docs/Doxyfile;md5=91d01dc3788e1f405f000b2089191a0a"
4
5COMPATIBLE_MACHINE = "keystone"
6PACKAGE_ARCH = "${MACHINE_ARCH}"
7
8PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git"
9PKTLIB_GIT_PROTOCOL = "git"
10PKTLIB_GIT_BRANCH = "master"
11PKTLIB_GIT_DESTSUFFIX = "git/ti/runtime/pktlib"
12
13# Below commit ID corresponds to "DEV.PKTLIB.2.1.0.8B"
14PKTLIB_SRCREV = "6d3758fda4c8c40fa9bd1194a9c713c9675b5a40"
15
16BRANCH = "${PKTLIB_GIT_BRANCH}"
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}"
19
20SRCREV = "${PKTLIB_SRCREV}"
21PV = "2.1.0.8B"
22INC_PR = "r0"
23
24S = "${WORKDIR}/${PKTLIB_GIT_DESTSUFFIX}"