Re: [yocto] Extensible SDK - runtime packages installation

2021-08-27 Thread d0ku
Ok, I was able to find the answer to the third point: > > > > Am I possibly missing some configuration steps? *In Yocto environment the > PATH gets expanded with `bin/perl-native` automatically,* but I wasn't able > to pinpoint what file/task actually does it. > > The *bolded* sentence is

[yocto] Extensible SDK - runtime packages installation

2021-08-23 Thread d0ku
Hi, I've been playing with extensible SDK lately and got to a point, where I want to create a minimal SDK installer and install all the required packages in runtime via `devtool sdk-install`, so that every developer can get only the stuff that's actually needed. For the target part it works as

[yocto] Completely disabling packages generation (ipk)

2020-01-02 Thread d0ku
Hi, in my current Yocto flow, I test and build recipes locally on my dev machine (I usually test changes on one architecture) and if the build finishes succesfully, I push changes to git repo. My Jenkins CI is then responsible for building recipes and providing SDKs for all supported