mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-19 21:09:04 +02:00
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:
parent
6644ce1d3b
commit
4582cde191
|
@ -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/ \
|
||||
|
|
Loading…
Reference in New Issue
Block a user