Re: [yocto] Suggested way to generate two version of same package in Yocto

2024-11-21 Thread emailaddress.ashish via lists.yoctoproject.org
Thanks Mikko Will work according to suggestion and update the thread -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64326): https://lists.yoctoproject.org/g/yocto/message/64326 Mute This Topic: https://lists.yoctoproject.org/mt/109661395/21656 Group

Re: [yocto] Suggested way to generate two version of same package in Yocto

2024-11-20 Thread Mikko Rapeli via lists.yoctoproject.org
Hi, On Tue, Nov 19, 2024 at 12:06:58AM -0800, emailaddress.ashish via lists.yoctoproject.org wrote: > Hi Members , > > I want openssl-3.2.x build to use some file from openssl-3.0.8 build > So this requires the same build to generate build for both version of openssl > . Don't do this. > Is t

[yocto] Suggested way to generate two version of same package in Yocto

2024-11-19 Thread emailaddress.ashish via lists.yoctoproject.org
Hi Members , I want openssl-3.2.x build to use some file from openssl-3.0.8 build So this requires the same build to generate build for both version of openssl . Is there any preferred way which senior member can suggest orĀ  any sample implementation for this As of now i am looking at an logic