dpdk: package helper makefiles

Install helper makefiles [1] that might be helpful when compiling apps with
SDK or on target.

[1] https://doc.dpdk.org/guides/prog_guide/dev_kit_build_system.html#makefile-description

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2019-03-28 15:04:52 +08:00
parent 6644ce1d3b
commit 4582cde191

View File

@ -143,6 +143,8 @@ do_install () {
install -m 755 ${appname} ${D}/${INSTALL_PATH}/test
done
done
cp -r ${S}/mk ${D}${INSTALL_PATH}/
}
PACKAGES += "${PN}-examples ${PN}-test"
@ -164,6 +166,7 @@ FILES_${PN}-dev += " \
${INSTALL_PATH}/buildtools/ \
${INSTALL_PATH}/${RTE_TARGET}/include \
${INSTALL_PATH}/${RTE_TARGET}/lib \
${INSTALL_PATH}/mk \
"
FILES_${PN} += " ${INSTALL_PATH}/usertools/ \