On Thu, Aug 15, 2013 at 09:53:30AM +0200, Kovesdi Gyorgy wrote: > > Here's a pointer: > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto/conf/distro/p > > oky.conf#n102 > > # QA check settings - a little stricter than the OE-Core defaults > > And "already-stripped" should be in WARN_QA instead of ERROR_QA. > Just a question: How can i set it locally? Is it necessary to modify > poky.conf > itself? Putting it to local.conf seems not enough.
Well, poky.conf is a distro configuration and distro config overwrites local config (build/local.conf) by default. So you have to use _forcevariable override to force it: WARN_QA_forcevariable = "..." ERROR_QA_forcevariable = "..." Another option is for libgles in meta-ti to add "already-stripped" into the appropriate INSANE_SKIP. This was not available in Dylan and is new for the master - I'll try to take a look at it soon, as I need to make other fixes for libgles recipes anyway... -- Denys _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
