I want to remove the games pacakge from core-image-sato image recipe.
core-image-sato includes 'x11-sato' in the IMAGE_FEATURES.
IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear hwcodecs"
This will include packagegroup-core-x11-sato package.
This package has:
PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games"
I want to remove games from this. How can I achieve it from local.conf file?