How to run static analysis only on one recipe at a time? #9137
Replies: 2 comments 6 replies
-
The easiest way is to add 'SCA_ENABLED_MODULES = "pylint"' to the recipe and do Currently SCA implementation consists of several tasks that are performed in a certain order. Alternatively you could run
|
Beta Was this translation helpful? Give feedback.
-
Ok, so apparently it's only listing which modules are using SCA but it doesn't mean that they'll be analyzed during that run. |
Beta Was this translation helpful? Give feedback.
-
I have it enabled for multiple recipes, but it's nice to be able to run "bitbake recipe -c do_sca_pylint" and have it output only for that instead of everything.
Beta Was this translation helpful? Give feedback.
All reactions