@@ -1424,7 +1424,7 @@
"${BUILDDIR}/../meta-openembedded/meta-initramfs",
"${BUILDDIR}/../meta-openembedded/meta-webserver"
],
- "EXTRACMDS" : ["echo 'do_cve_check:layer-core = \"\"' >> conf/auto.conf ; ${SCRIPTSDIR}/run-cvecheck --metrics ./yocto-metrics-meta-oe --branch ${HELPERBRANCHNAME} --results ${HELPERRESULTSDIR}/../../patchmetrics-meta-oe --push"]
+ "EXTRACMDS" : ["${SCRIPTSDIR}/run-cvecheck --metrics ./yocto-metrics-meta-oe --branch ${HELPERBRANCHNAME} --results ${HELPERRESULTSDIR}/../../patchmetrics-meta-oe --hide-core --push"]
},
"step6": {
"shortname": "AB-INT report",
Now that cve-check has been removed the evil genius hack to hide oe-core from the meta-oe report no longer works. Remove it and instead pass --hide-core to run-cvecheck. Signed-off-by: Ross Burton <ross.burton@arm.com> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)