]> code.ossystems Code Review - openembedded-core.git/commit
cve-check.bbclass: Add class
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 24 Aug 2016 18:58:35 +0000 (18:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Sep 2016 14:15:32 +0000 (15:15 +0100)
commitd98338075ec3a66acb8828e74711550d53b4d91b
tree5ba50bcc771357faa8ce4992943bb323b00dcbcd
parent5deadfe634638b99420342950bc544547f7121dc
cve-check.bbclass: Add class

This class adds a new task for all the recipes to use
cve-check-tool in order to look for public CVEs affecting
the packages generated.

It is possible to use this class when building an image,
building a recipe, or using the "world" or "universe" cases.

In order to use this class it must be inherited and it will
add the task automatically to every recipe.

[YOCTO #7515]

Co-authored by Ross Burton & Mariano Lopez

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/cve-check.bbclass [new file with mode: 0644]