Coverity: Difference between revisions
Jump to navigation
Jump to search
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." |
(No difference)
|
Latest revision as of 14:42, 24 June 2024
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.