summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasper Orschulko <jasper@fancydomain.eu>2025-03-03 11:16:01 +0100
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-04-02 09:18:58 -0300
commit0567ec6d3f0b661bc82c0d64d1e93d7e7c62e8df (patch)
treee075777fece9bc0bb93b08b944e758fccaff99f7
parent85d9e5b024ea1ad411a68da22fb91e94cfa4552c (diff)
downloadmeta-freescale-0567ec6d3f0b661bc82c0d64d1e93d7e7c62e8df.tar.gz
u-boot: Add CVE_PRODUCT definition
Adding a correct CVE_PRODUCT definition helps to keep track of upstream CVEs Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc1
1 files changed, 1 insertions, 0 deletions
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
7SRCBRANCH = "lf_v2024.04" 7SRCBRANCH = "lf_v2024.04"
8LOCALVERSION ?= "-imx_v2024.04_6.6.52-2.2.0" 8LOCALVERSION ?= "-imx_v2024.04_6.6.52-2.2.0"
9SRCREV = "6c4545203d123c246c5d7995f2893959506d28e0" 9SRCREV = "6c4545203d123c246c5d7995f2893959506d28e0"
10CVE_PRODUCT = "nxp:uboot_secondary_program_loader denx:u-boot"
10 11
11DEPENDS += " \ 12DEPENDS += " \
12 bc-native \ 13 bc-native \