diff options
author | Justin Sobota <jsobota@ti.com> | 2016-04-20 03:43:38 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-19 18:05:23 -0400 |
commit | d0cc24a3de72c37dfd22bee810f784cd90e2426a (patch) | |
tree | c3c2278036583927d04123d3f9ae73ef46ea935f /recipes-bsp/pktlib/pktlib.inc | |
parent | 3b233d5b7d495248f1c423b5271555cd262dfc92 (diff) | |
download | meta-ti-d0cc24a3de72c37dfd22bee810f784cd90e2426a.tar.gz |
pktlib: Clean up recipe
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pktlib/pktlib.inc')
-rw-r--r-- | recipes-bsp/pktlib/pktlib.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-bsp/pktlib/pktlib.inc b/recipes-bsp/pktlib/pktlib.inc new file mode 100644 index 00000000..701a83f4 --- /dev/null +++ b/recipes-bsp/pktlib/pktlib.inc | |||
@@ -0,0 +1,24 @@ | |||
1 | DESCRIPTION = "Provides library for handling packet descriptors for keystone devices" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://docs/Doxyfile;md5=91d01dc3788e1f405f000b2089191a0a" | ||
4 | |||
5 | COMPATIBLE_MACHINE = "keystone" | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | |||
8 | PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git" | ||
9 | PKTLIB_GIT_PROTOCOL = "git" | ||
10 | PKTLIB_GIT_BRANCH = "master" | ||
11 | PKTLIB_GIT_DESTSUFFIX = "git/ti/runtime/pktlib" | ||
12 | |||
13 | # Below commit ID corresponds to "DEV.PKTLIB.2.1.0.7" | ||
14 | PKTLIB_SRCREV = "22f66931964c25f83d1971f7eb78902d10c17d8a" | ||
15 | |||
16 | BRANCH = "${PKTLIB_GIT_BRANCH}" | ||
17 | # Don't use DESTSUFFIX when cloning since repo contains ti/runtime/pktlib directory tree | ||
18 | SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}" | ||
19 | |||
20 | SRCREV = "${PKTLIB_SRCREV}" | ||
21 | PV = "2.1.0.7" | ||
22 | INC_PR = "r2" | ||
23 | |||
24 | S = "${WORKDIR}/${PKTLIB_GIT_DESTSUFFIX}" | ||