[yocto] installed-vs-shipped

Mauro Ziliani mauro at faresoftware.it
Mon Aug 5 01:30:11 PDT 2019


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 again

  MZ

Il 02/08/2019 22:05, Khem Raj ha scritto:
> 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 <mauro at faresoftware.it> wrote:
>> Hi all.
>>
>> This is my problem.
>>
>> I have my terminal.pro project (qmake5) with target "terminal".
>>
>> The default destination folder for the binary is /usr/local/bin
>>
>> With this setup I get installed-vs-shipped error.
>>
>>
>> Why?
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto at yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto


More information about the yocto mailing list