On 7 Aug 2022, at 20:21, Paul Wicks via lists.yoctoproject.org <[email protected]> wrote: > > Is it possible to create additional QA checks such that they apply to all > recipes automatically? Or even just to all recipes in a given layer?
Yes, and yes. For example, I have https://github.com/rossburton/meta-ross/blob/master/classes/insanitier.bbclass This defines some new sanity checks, and adds them to WARN_QA so that they’re enabled and classified as warnings (use ERROR_QA if you want them to be errors). Simply inheriting the class in your local or distro configuration with INHERIT += is enough to enable them for all recipes. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57858): https://lists.yoctoproject.org/g/yocto/message/57858 Mute This Topic: https://lists.yoctoproject.org/mt/92877742/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
