On Sat, Aug 10, 2013 at 01:38:20PM -0400, Denys Dmytriyenko wrote: > On Sat, Aug 10, 2013 at 06:30:10PM +0200, Kovesdi Gyorgy wrote: > > Hi, > > > > I have no luck with libgles-omap3 too :-( > > Trying to use the recent versions of meta-ti and poky, i got the following > > error: > > > > ERROR: QA Issue: File '/usr/lib/libsrv_init.so.1.9.2188537' from > > libgles-omap3 > > was already stripped, this will prevent future debugging! > > ....... (a lot of other similar files are mentioned here) ....... > > Summary: 1 task failed: > > /home/kgy/work/Yocto/poky/meta-ti/recipes-graphics/libgles/libgles- > > omap3_4.09.00.01.bb, do_package > > > > Some time ago, this kind of QA problems was treated as warnings - as far as > > i > > remember. Currently i don't care about debugging, so it would also good if > > i > > could ignore these errors or at least switch them to warning. Is it > > possible? > > This seems to be Poky-specific issue. Those are still warnings in > oe-core/master when built in distro-less setup, as well as in Arago distro. > > You need to disable that specific QA check in your distro or local.conf to > get > through. Unfortunately, most of the libraries in libgles are proprietary and > shipped in binary form that are already stripped, so this QA check will > always > complain, but needs to be non fatal...
Here's a pointer: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto/conf/distro/poky.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. -- Denys _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
