I am building my own yocto image based on the intel edison image. For that reason i created my own layer so that I do not have to touch the official intel sources. Each change is done in my own layer.
Hence, to remove packages that are added within the intel edison configuration I use PACKAGE_EXCLUDE in my own "layer.conf". E.g.: PACKAGE_EXCLUDE = "pwr-button-handler" Result: "Warning: Package pwr-button-handler, set to be excluded, is in myown-image PACKAGE_INSTALL (*here follows a list with all recipes included*)." So this warning is 100% correct: I am removing a package which has been added before. But is it possible to avoid this warning? I only found this: "PACKAGE_EXCLUDE is a mechanism for preventing packages from being installed at all. If the package is in the PACKAGE_INSTALL or ACKAGE_INSTALL_ATTEMPTONLY it will be filtered out, and a warning issued." (http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/41490)
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto