diff options
Diffstat (limited to 'recipes-bsp/pktlib')
-rw-r--r-- | recipes-bsp/pktlib/pktlib_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/pktlib/pktlib_git.bb b/recipes-bsp/pktlib/pktlib_git.bb new file mode 100644 index 00000000..df68f762 --- /dev/null +++ b/recipes-bsp/pktlib/pktlib_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "Provides library for handling packet descriptors for keystone devices" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462" | ||
4 | |||
5 | DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld" | ||
6 | COMPATIBLE_MACHINE = "keystone" | ||
7 | |||
8 | BRANCH = "master" | ||
9 | SRC_URI = "git://git.ti.com/keystone-rtos/pktlib.git;protocol=git;branch=${BRANCH}" | ||
10 | |||
11 | # Corresponds to DEV.PKTLIB.2.1.0.4 | ||
12 | SRCREV = "a9aa56afed54b0a04f36d2fdb248cad5dcac6ff6" | ||
13 | PV = "2.1.0.4" | ||
14 | |||
15 | S = "${WORKDIR}/git/ti/runtime/pktlib" | ||
16 | |||
17 | EXTRA_OEMAKE += "-f make=file_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}" | ||
18 | |||
19 | MAKE_TARGETS = "lib" | ||