Please remember to reply to the list. On Wed, 19 Sep 2018 at 13:08, Mohamed Youseif <mohamedyous...@outlook.com> wrote: > Thanks, Ross for replying, I had changed the recipe and tried to get the > source code of ninvaders package from SourceForge with .tar extension, > so the new recipe created was different than the old one that inherits > Autotools and it modifies the do_compile routine to run "oe_runmake" and this > passes the compilation but the do_install is empty, so when I build new image > after adding this package to the image using > IMAGE_INSTALL_append = " ninvaders " in conf/local.conf file and boot the > image on my machine i do not find the package in the new > image, so what I should add in the do_install routine?.
Well your makefile doesn't have an install target, so you'll need to manually copy the files from ${S} to ${D}${bindir}. Ross -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto