Re: [yocto] installed-vs-shipped

2019-08-05 Thread Mauro Ziliani
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

Re: [yocto] installed-vs-shipped

2019-08-02 Thread Khem Raj
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