diff options
Diffstat (limited to 'recipes-bsp/pktlib/pktlib_git.bb')
| -rw-r--r-- | recipes-bsp/pktlib/pktlib_git.bb | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/recipes-bsp/pktlib/pktlib_git.bb b/recipes-bsp/pktlib/pktlib_git.bb index 341391e0..dd66bd93 100644 --- a/recipes-bsp/pktlib/pktlib_git.bb +++ b/recipes-bsp/pktlib/pktlib_git.bb | |||
| @@ -1,25 +1,11 @@ | |||
| 1 | DESCRIPTION = "Provides library for handling packet descriptors for keystone devices" | 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" | 2 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462" |
| 4 | 3 | ||
| 5 | DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld" | 4 | DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld" |
| 6 | COMPATIBLE_MACHINE = "keystone" | ||
| 7 | 5 | ||
| 8 | PKTLIB_GIT_URI = "git://git.ti.com/keystone-rtos/pktlib.git" | 6 | include pktlib.inc |
| 9 | PKTLIB_GIT_PROTOCOL = "git" | ||
| 10 | PKTLIB_GIT_BRANCH = "master" | ||
| 11 | 7 | ||
| 12 | # Corresponds to DEV.PKTLIB.2.1.0.7 | 8 | PR = "${INC_PR}.1" |
| 13 | PKTLIB_SRCREV = "22f66931964c25f83d1971f7eb78902d10c17d8a" | ||
| 14 | |||
| 15 | BRANCH = "${PKTLIB_GIT_BRANCH}" | ||
| 16 | SRC_URI = "${PKTLIB_GIT_URI};protocol=${PKTLIB_GIT_PROTOCOL};branch=${BRANCH}" | ||
| 17 | SRCREV = "${PKTLIB_SRCREV}" | ||
| 18 | |||
| 19 | PV = "2.1.0.7" | ||
| 20 | PR = "r0" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/git/ti/runtime/pktlib" | ||
| 23 | 9 | ||
| 24 | EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}" | 10 | EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}" |
| 25 | 11 | ||
