Re: [yocto] issue adding the user with the yocto kirkstone

2024-04-25 Thread Daniel
Hi, Mahendra Try using `useradd` instead of `usermod` for creating your user with the EXTRA_USER_PARAMS feature. Something like this: EXTRA_USERS_PARAMS : append = "\ useradd -m -s /bin /bash -P 'mahi' root; \ " -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Re

[yocto] issue adding the user with the yocto kirkstone

2024-04-25 Thread Mahendra Sondagar
Hi.. There I'm dealing with the yocto kirkstone with the Ubuntu 20.04 LTS host At present, i have created my custom image by adding the layer meta-custom Initially, the basic image building were successful and I'm able to boot the custom image However, my intention is to add the root password

Re: [yocto] Installing Multiple Versions of the Same Library with a single recipe

2024-04-25 Thread Alexander Kanavin
On Thu, 25 Apr 2024 at 10:16, Altous, Salahaldeen via Lists.Yoctoproject.Org wrote: > the reason behind that, that this company have one external module which > development in the past with an early version of this library and currently > there is a new module which developed with the new versio

Re: [yocto] Installing Multiple Versions of the Same Library with a single recipe

2024-04-25 Thread Altous, Salahaldeen
Hi Alex On Thu, Apr 25, 2024 at 12:29 AM, Alexander Kanavin wrote: > > You should find out why people want same that library in different > versions in the first place. This indicates some kind of dysfunction > in the product development process. the reason behind that, that this company have o

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 Thread Alexander Kanavin
On Thu, 25 Apr 2024 at 10:10, Altous, Salahaldeen via 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 c

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 Thread Altous, Salahaldeen
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 set

Re: [yocto] Installing Multiple Versions of the Same Library with a single recipe

2024-04-25 Thread Alexander Kanavin
You should find out why people want same that library in different versions in the first place. This indicates some kind of dysfunction in the product development process. Alex On Wed, 24 Apr 2024 at 16:59, Altous, Salahaldeen via lists.yoctoproject.org wrote: > > Hi, > > can I install Multiple

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 Thread Alexander Kanavin
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 We