From: Maik Otto Date: Thu, 14 Nov 2024 14:38:41 +0000 (+0100) Subject: u-boot: Set CVE_PRODUCT X-Git-Tag: uninative-4.7~880 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e5d427de13b33694a1d802f5ac833b2c04ced6;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git u-boot: Set CVE_PRODUCT The CPE vendor is "denx" and the CPE product is "u-boot". Set CVE_PRODUCT for properly matching in the NVD database. Signed-off-by: Maik Otto Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 9100964c73e..3270c22e8d4 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc @@ -20,6 +20,8 @@ PACKAGECONFIG ??= "openssl" # a host build dependency. PACKAGECONFIG[openssl] = ",,openssl-native" +CVE_PRODUCT = "denx:u-boot" + # Allow setting an additional version string that will be picked up by the # u-boot build system and appended to the u-boot version. If the .scmversion # file already exists it will not be overwritten.