mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
20 lines
515 B
BlitzBasic
20 lines
515 B
BlitzBasic
DESCRIPTION = "Provides library for handling packet descriptors for keystone devices"
|
|
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462"
|
|
|
|
DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld"
|
|
|
|
include pktlib.inc
|
|
|
|
PR = "${INC_PR}.1"
|
|
|
|
EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}"
|
|
|
|
do_compile () {
|
|
oe_runmake lib
|
|
}
|
|
|
|
do_install () {
|
|
oe_runmake install
|
|
chown -R root:root ${D}
|
|
}
|