summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaik Otto <m.otto@phytec.de>2024-11-14 15:38:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-18 22:09:03 +0000
commit906e8291ebe4d4b774b1dcace0c8e71037e0f54b (patch)
tree1bb417ce37f5fa8c46a9f2c202f57b72fd38f51e
parentc144bca2b4971f9900d15d7e11e1b03890d8fe76 (diff)
downloadpoky-906e8291ebe4d4b774b1dcace0c8e71037e0f54b.tar.gz
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. (From OE-Core rev: d2e5d427de13b33694a1d802f5ac833b2c04ced6) Signed-off-by: Maik Otto <m.otto@phytec.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/u-boot/u-boot.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index 9100964c73..3270c22e8d 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"
20# a host build dependency. 20# a host build dependency.
21PACKAGECONFIG[openssl] = ",,openssl-native" 21PACKAGECONFIG[openssl] = ",,openssl-native"
22 22
23CVE_PRODUCT = "denx:u-boot"
24
23# Allow setting an additional version string that will be picked up by the 25# Allow setting an additional version string that will be picked up by the
24# u-boot build system and appended to the u-boot version. If the .scmversion 26# u-boot build system and appended to the u-boot version. If the .scmversion
25# file already exists it will not be overwritten. 27# file already exists it will not be overwritten.