Coverity

From Braindump
Revision as of 14:42, 24 June 2024 by Jan (talk | contribs) (Created page with "cov-configure cov-build cov-build --dir idir bitbake <bb file> cov-configure --compiler arm-ostl-linux-gnueabi --comptype gcc --template <nowiki>https://github.com/Agilent/meta-coverity</nowiki> Later on, during the do_coverity_build task, Coverity goes over what cov-translate emitted and produces its intermediate data that will later be fed into cov-analyze.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

cov-configure

cov-build

cov-build --dir idir bitbake <bb file>

cov-configure --compiler arm-ostl-linux-gnueabi --comptype gcc --template


https://github.com/Agilent/meta-coverity

Later on, during the do_coverity_build task, Coverity goes over what cov-translate emitted and produces its intermediate data that will later be fed into cov-analyze.