Core-image-minimal for Colibri iMX6ULL

What is the exact procedure to obtain core-image-minimal image ready to flash to Colibri iMX6ULL.
I tried to create my layer with:

  • conf/local.conf
  • recipes-core/images/my_image.bb

What do I have to put in local.conf and in my_image.bb?

Hi @gvnn

Could you provide the software version of you module?

What exactly are you trying to do?
What is your application and your use-case?

Best regards,
Jaski

I’m using LinuxImage3.0.
I want to obtain a custom image with some patch in kernel (i did it successfully following this guide: 1) and bootloader (i’m working on that). For the rootfs i see that console-tdx-image provides a lot of unneeded packages so i am trying to obtain a minimal image (plus some package that i add with IMAGE_INSTALL).
Then if possible i want to use sysvinit instead of systemd but i don’t understand how to set it.

As already described in the previous thread, either you can build up a minimal image by yourself or remove the not needed packages for the console_tdx_image.

We are not using SysVinit but Systemd in our regular images.

Best regards,
Jaski