I am a newbie to yocto. Please help me.
I am trying to add gcc package to my core-image-minimal using IMAGE_INSTALL_append variable in local.conf file, but after bitbake the package is not getting added or installed in the image.
I have initialized the variable as follows in local.conf file.
IMAGE_INSTALL_append = " gcc"
then executed bitbake -k core-image-minimal