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