All of lore.kernel.org
 help / color / mirror / Atom feed
* installed-vs-shipped
@ 2019-08-02 17:54 Mauro Ziliani
  2019-08-02 20:05 ` installed-vs-shipped Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Ziliani @ 2019-08-02 17:54 UTC (permalink / raw)
  To: Yocto discussion list

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?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: installed-vs-shipped
  2019-08-02 17:54 installed-vs-shipped Mauro Ziliani
@ 2019-08-02 20:05 ` Khem Raj
  2019-08-05  8:30   ` installed-vs-shipped Mauro Ziliani
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2019-08-02 20:05 UTC (permalink / raw)
  To: Mauro Ziliani; +Cc: Yocto discussion list

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@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: installed-vs-shipped
  2019-08-02 20:05 ` installed-vs-shipped Khem Raj
@ 2019-08-05  8:30   ` Mauro Ziliani
  0 siblings, 0 replies; 3+ messages in thread
From: Mauro Ziliani @ 2019-08-05  8:30 UTC (permalink / raw)
  To: Khem Raj; +Cc: Yocto discussion list

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@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@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-05  8:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02 17:54 installed-vs-shipped Mauro Ziliani
2019-08-02 20:05 ` installed-vs-shipped Khem Raj
2019-08-05  8:30   ` installed-vs-shipped Mauro Ziliani

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.