Hi all, I've created a custom image based on core-image. It runs for an i.MX6 and i.MX8. I've installed only Qt, gstreamer and xwayland stuff. I've removed dev-pkgs, dbg-pkgs and staticdev-pkgs from IMAGE_FEATURES. Finally, in the created image, ALL the dpg, dev packages have been installed, with tons of .h header files. static .a files etc. I've tried everything and just can't figure out how to get rid of them. Any idea ?
It seems that some dev packages are still being pulled in you might want to check output of
bitbake -g <image>
which will be in bunch of dotty files, that can show what is being pulled and why