Thanks.
My final purpore is install the application into its own home folder:
/home/terminal
So I have to write
FILES_${PN} += " /home/terminal "
I think that, due to Makefile install: rules which install in
/usr/local, Yocto can track this has "home folder" for the application
Thansk a
Add
FILES_${PN} += "/usr/local/bin"
in recipe. but it would be nicer if it was installed into /usr/bin by
qmake/make files itself
On Fri, Aug 2, 2019 at 11:59 AM Mauro Ziliani wrote:
>
> Hi all.
>
> This is my problem.
>
> I have my terminal.pro project (qmake5) with target "terminal".
>
> The