mirror of
https://git.yoctoproject.org/poky
synced 2026-09-11 21:49:33 +02:00
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: 6ac428e32aecf1f172c6b5c851edf2e0403eeeec) 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> (cherry picked from commit d2e5d427de13b33694a1d802f5ac833b2c04ced6) Signed-off-by: Devansh Patel <devanshp@cisco.com> Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
@@ -19,6 +19,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.
|
||||
|
||||
Reference in New Issue
Block a user