mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-05 05:04:45 +02:00
dpdk: simplify test installation
Use Makefile target to install tests instead of the current error prone method. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
712e354efd
commit
8c2fb51323
|
@ -131,16 +131,7 @@ do_install () {
|
|||
done
|
||||
done
|
||||
|
||||
# Install test
|
||||
for dirname in ${S}/test/app/*
|
||||
do
|
||||
install -m 0755 -d ${D}/${INSTALL_PATH}/test
|
||||
|
||||
for appname in `find ${dirname} -regex ".*test\/app\/[-0-9a-zA-Z0-9/_]*$"`
|
||||
do
|
||||
install -m 755 ${appname} ${D}/${INSTALL_PATH}/test
|
||||
done
|
||||
done
|
||||
oe_runmake -C test install DESTDIR=${D}${INSTALL_PATH}/test/
|
||||
|
||||
cp -r ${S}/mk ${D}${INSTALL_PATH}/
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user