From 0567ec6d3f0b661bc82c0d64d1e93d7e7c62e8df Mon Sep 17 00:00:00 2001 From: Jasper Orschulko Date: Mon, 3 Mar 2025 11:16:01 +0100 Subject: u-boot: Add CVE_PRODUCT definition Adding a correct CVE_PRODUCT definition helps to keep track of upstream CVEs Signed-off-by: Jasper Orschulko --- recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc index f4e78c6c..39ac4135 100644 --- a/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc +++ b/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc @@ -7,6 +7,7 @@ SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRA SRCBRANCH = "lf_v2024.04" LOCALVERSION ?= "-imx_v2024.04_6.6.52-2.2.0" SRCREV = "6c4545203d123c246c5d7995f2893959506d28e0" +CVE_PRODUCT = "nxp:uboot_secondary_program_loader denx:u-boot" DEPENDS += " \ bc-native \ -- cgit v1.2.3-54-g00ecf