Message ID | fe07c57bc6694fe769fdd2f4faa1b6625a563bb3.1748486276.git.tim.orling@konsulko.com |
---|---|
State | New |
Headers | show |
Series | [01/11] u-boot: Fix potential index error issues in do_deploy with multiple u-boot configurations | expand |
diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc index 9b612e1..b9c0ab0 100644 --- a/recipes-bsp/u-boot/u-boot.inc +++ b/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.