[oe-commits] [openembedded-core] 21/39: kernel.bbclass: set CVE_PRODUCT to linux_kernel if not set by recipe

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 10:58:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch pyro
in repository openembedded-core.

commit 9b27be77980fdd51423576712dfd6f4a031c3372
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Thu Jul 20 16:23:10 2017 +0300

    kernel.bbclass: set CVE_PRODUCT to linux_kernel if not set by recipe
    
    It is used by NVD database CVE's like:
    
    https://nvd.nist.gov/vuln/detail/CVE-2017-7273
    
    Setting this in kernel.bbclass fixes CVE reporting for all users of
    the class.
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 2e3d325440a50265c73f7d2e782530a02458bc33)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/classes/kernel.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 7a134d5..cfa61e6 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -6,6 +6,8 @@ PACKAGE_WRITE_DEPS += "depmodwrapper-cross virtual/update-alternatives-native"
 
 do_deploy[depends] += "depmodwrapper-cross:do_populate_sysroot"
 
+CVE_PRODUCT ?= "linux_kernel"
+
 S = "${STAGING_KERNEL_DIR}"
 B = "${WORKDIR}/build"
 KBUILD_OUTPUT = "${B}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list