* How I can add/remove libxxxx-dev.ipk to the installed yocto SDK? SDK partial update #devtool #kirkstone #sdk #yocto @ 2024-04-24 14:39 Altous, Salahaldeen 2024-04-25 7:26 ` [yocto] " Alexander Kanavin 0 siblings, 1 reply; 4+ messages in thread From: Altous, Salahaldeen @ 2024-04-24 14:39 UTC (permalink / raw) To: yocto [-- Attachment #1: Type: text/plain, Size: 607 bytes --] Hi, I am compiling new version of shared-libs are yocto recipes and plan to ship these libraries to 3rd party without provide a complete SDK, can I only ship the ibxxxx-dev.ipk and install to the already shipped SDK are incremental update. From time to time I can provide a full update for the SDK, but I would like to avoid frequent update. what is the best practice to provide partial update without using devtool? is this possible? Also, can I uninstall/replace these libs which not official released from the installed SDK path? show I use rpm instead of ipk? Regards, Salahaldeen [-- Attachment #2: Type: text/html, Size: 649 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] How I can add/remove libxxxx-dev.ipk to the installed yocto SDK? SDK partial update #devtool #kirkstone #sdk #yocto 2024-04-24 14:39 How I can add/remove libxxxx-dev.ipk to the installed yocto SDK? SDK partial update #devtool #kirkstone #sdk #yocto Altous, Salahaldeen @ 2024-04-25 7:26 ` Alexander Kanavin 2024-04-25 8:10 ` Altous, Salahaldeen 0 siblings, 1 reply; 4+ messages in thread From: Alexander Kanavin @ 2024-04-25 7:26 UTC (permalink / raw) To: yocto, Salahaldeen.Altous I would suggest that you teach the 3rd party to set up a Yocto build and provide pre-built sstate cache to them. We've added SDK features directly into it, and incremental updates are both possible and easy in that setup (just pull from the layer repos and rerun bitbake as instructed). Alex On Wed, 24 Apr 2024 at 16:39, Altous, Salahaldeen via lists.yoctoproject.org <Salahaldeen.Altous=leica-camera.com@lists.yoctoproject.org> wrote: > > Hi, > > I am compiling new version of shared-libs are yocto recipes and plan to ship these libraries to 3rd party without provide a complete SDK, can I only ship the ibxxxx-dev.ipk and install to the already shipped SDK are incremental update. > > From time to time I can provide a full update for the SDK, but I would like to avoid frequent update. > > what is the best practice to provide partial update without using devtool? is this possible? > > Also, can I uninstall/replace these libs which not official released from the installed SDK path? > > show I use rpm instead of ipk? > > Regards, > > Salahaldeen > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#62994): https://lists.yoctoproject.org/g/yocto/message/62994 > Mute This Topic: https://lists.yoctoproject.org/mt/105711257/1686489 > Mute #devtool:https://lists.yoctoproject.org/g/yocto/mutehashtag/devtool > Mute #kirkstone:https://lists.yoctoproject.org/g/yocto/mutehashtag/kirkstone > Mute #sdk:https://lists.yoctoproject.org/g/yocto/mutehashtag/sdk > Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto > Group Owner: yocto+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] How I can add/remove libxxxx-dev.ipk to the installed yocto SDK? SDK partial update #devtool #kirkstone #sdk #yocto 2024-04-25 7:26 ` [yocto] " Alexander Kanavin @ 2024-04-25 8:10 ` Altous, Salahaldeen 2024-04-25 8:16 ` Alexander Kanavin 0 siblings, 1 reply; 4+ messages in thread From: Altous, Salahaldeen @ 2024-04-25 8:10 UTC (permalink / raw) To: Alexander Kanavin, yocto [-- Attachment #1: Type: text/plain, Size: 1608 bytes --] Hi Alex, On Thu, Apr 25, 2024 at 12:26 AM, Alexander Kanavin wrote: > > I would suggest that you teach the 3rd party to set up a Yocto build > and provide pre-built sstate cache to them. We've added SDK features > directly into it, and incremental updates are both possible and easy > in that setup (just pull from the layer repos and rerun bitbake as > instructed). > > Alex The 3rd party is using only The Yocto SDK (not the eSDK), they want to test pre-release for one or two libs which are not included in the machine conf yet. If I provide a pre-build sstate-cache, which command in the SDK can be used to get the updates? Salah > > > On Wed, 24 Apr 2024 at 16:39, Altous, Salahaldeen via > lists.yoctoproject.org > <Salahaldeen.Altous=leica-camera.com@lists.yoctoproject.org> wrote: > >> Hi, >> >> I am compiling new version of shared-libs are yocto recipes and plan to >> ship these libraries to 3rd party without provide a complete SDK, can I >> only ship the ibxxxx-dev.ipk and install to the already shipped SDK are >> incremental update. >> >> From time to time I can provide a full update for the SDK, but I would >> like to avoid frequent update. >> >> what is the best practice to provide partial update without using devtool? >> is this possible? >> >> Also, can I uninstall/replace these libs which not official released from >> the installed SDK path? >> >> show I use rpm instead of ipk? >> >> Regards, >> >> Salahaldeen >> >> >> > > On Thu, Apr 25, 2024 at 12:26 AM, Alexander Kanavin wrote: > > instructed [-- Attachment #2: Type: text/html, Size: 1743 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] How I can add/remove libxxxx-dev.ipk to the installed yocto SDK? SDK partial update #devtool #kirkstone #sdk #yocto 2024-04-25 8:10 ` Altous, Salahaldeen @ 2024-04-25 8:16 ` Alexander Kanavin 0 siblings, 0 replies; 4+ messages in thread From: Alexander Kanavin @ 2024-04-25 8:16 UTC (permalink / raw) To: Salahaldeen.Altous; +Cc: yocto On Thu, 25 Apr 2024 at 10:10, Altous, Salahaldeen via Lists.Yoctoproject.Org <Salahaldeen.Altous=leica-camera.com@lists.yoctoproject.org> wrote: > The 3rd party is using only The Yocto SDK (not the eSDK), they want to test pre-release for one or two libs which are not included in the machine conf yet. > > If I provide a pre-build sstate-cache, which command in the SDK can be used to get the updates? If they insist on the standard SDK, there's no incremental updates there. It's just a tarball with the toolchain and sysroots. We have better options as I said in the first message, but they need to agree to them first. Alex ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-25 8:16 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-04-24 14:39 How I can add/remove libxxxx-dev.ipk to the installed yocto SDK? SDK partial update #devtool #kirkstone #sdk #yocto Altous, Salahaldeen 2024-04-25 7:26 ` [yocto] " Alexander Kanavin 2024-04-25 8:10 ` Altous, Salahaldeen 2024-04-25 8:16 ` Alexander Kanavin
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.