Re: [yocto] install-vs-shipped

2024-03-20 Thread Ross Burton
On 20 Mar 2024, at 15:16, Bratiranjan Acharya wrote: > > HI, > it is informative yeah i am able to getting the hold of the problem. yeah you > were right after running the command i got libdir as usr/lib64 .I couldn't > get any clearer from the links of fix patch can you please tell how i can

Re: [yocto] install-vs-shipped

2024-03-19 Thread Ross Burton
On 18 Mar 2024, at 17:17, Bratiranjan Acharya via lists.yoctoproject.org wrote: > ERROR: easyloggingpp-1.0+gitAUTOINC+f1f6d98c4c-r0 do_package: QA Issue: > easyloggingpp: Files/directories were installed but not shipped in any > package: > /usr/lib > /usr/lib/libeasyloggingpp.a The default

Re: [yocto] install-vs-shipped

2024-03-19 Thread Alexander Kanavin
You can try to issue 'bitbake -e easyloggingpp' which will print all variables and how their values are formed. Look particularly for PACKAGES and FILES entries, as those will contain clues as to why the file isn't being picked up by packaging. Alex On Mon, 18 Mar 2024 at 19:05, Bratiranjan Achar

Re: [yocto] install-vs-shipped

2024-03-19 Thread Ross Burton
On 18 Mar 2024, at 18:45, Brennan Coslett via lists.yoctoproject.org wrote: > > I think you are looking for `inherit nopackages` That would result in the recipe building _no packages_, which isn’t what was asked at all. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [yocto] install-vs-shipped

2024-03-18 Thread Brennan Coslett
I think you are looking for `inherit nopackages` - Brennan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62786): https://lists.yoctoproject.org/g/yocto/message/62786 Mute This Topic: https://lists.yoctoproject.org/mt/105008765/21656 Group Owner: y

[yocto] install-vs-shipped

2024-03-18 Thread Bratiranjan Acharya
Hi, There is a library i want to use from the upstream named as easyloggingpp the link is here https://github.com/abumq/easyloggingpp and following the readme to generate the static library "libeasyloggingpp.a" i have written a recipe for a particular tag. *easyloggingpp.bb