[yocto] Disable "Warning: X, set to be excluded, is excluded [...]"

yocto yocto yoctomailinglist at gmail.com
Mon Aug 10 04:19:48 PDT 2015


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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150810/6eac39ce/attachment.html>


More information about the yocto mailing list