Hi,
I am new to yocto.
I am using s32 evb board and using fsl-iamge-auto.
i want to trim my image so i added IMAGE_INSTALL_remove = "net-tools"
and PACKAGECONFIG_remove = "openssh" in the local.conf file and fsl-auto.conf and try to build.
but i am able to see the packages in the rfs after the build.
Hello,
You should use a grep command to see where is the package installed beside the local.conf there are other files. also you can use core-image-minimal.
Regards
Hi ,
i dont want to use core-image-minimal , instead i am trying to remove by commenting out the webserver bblayer in the nxp-setup-alb.sh layers but unable to remove ,getting bitbake error for bitabake fsl-image-auto.
Kindly provide steps to remove a bblayer from the fsl-auto-image.