**** BEGIN LOGGING AT Fri May 07 02:59:57 2021 May 07 07:57:36 good morning May 07 15:09:30 hey, so I have a metalayer which defines two distros, e.g. foodistro and bardistro and one MACHINE quuxboard May 07 15:10:25 if I do DISTRO=foodistro MACHINE=quuxboard bitbake core-image-base ; DISTRO=bardistro MACHINE=quuxboard bitbake core-image-base , I will get different toolchain tripplet for those two builds , so not much is reused in the build, right ? May 07 15:10:42 is there something I can do to improve it, considering those distros are almost identical ? May 07 15:11:18 like, one doesnt contain graphics support , the other does , or somesuch detail differs May 07 16:29:08 hey... what's the right attitude when hitting https://wiki.yoctoproject.org/wiki/Pseudo_Abort? is that typically a build infra error, or something bad/racy in a recipe? it happens in our CI, not locally. not sure where to start. May 07 21:10:05 @marex: I tend to believe what you say as well. different distro -> different toolchain tripplet -> not reusable, but if you look at the existing images in yocto doc you will see that this is not how it is usually done. May 07 21:10:41 @marex: same machine, same distro, different image is what's typically use and hence lots of stuff can be reused via SSTATE **** ENDING LOGGING AT Sat May 08 02:59:57 2021