On 15/11/2019 13:30, Leon Anavi wrote:
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+INHIBIT_PACKAGE_STRIP = "1"

Why?
These two lines prevent already-stripped QA errors.

The correct fix is to stop the recipe from forcibly stripping, or tell it to include debug information in the first place. The default CFLAGS includes -g so the problem is normally the former unless CFLAGS is not being respected.

Ross
--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to