I'm trying to get rid of netdata
from my Yocto environment. So I added it to the IMAGE_INSTALL_remove
variable inside my <image>.bb
file:
IMAGE_INSTALL_remove = "netdata"
I also added it to conf/bblayers.conf
file:
DISTRO_FEATURES_remove = "netdata"
Then I removed the output directory (rm -rf tmp-glibc
) and the buildhistory/.../netdata
directory and I bitbaked my image again.
Unfortunately the package is still compiled and goes into the output folder.