diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-03-06 14:47:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-06 14:47:43 -0300 |
commit | a3527cd138cf33bb7386987ec0ce9a7d0afa2d68 (patch) | |
tree | 1ed2014f0c51e6f2f268ed39ec887666197b7e7e | |
parent | ec15d3e724103119525f92e4407b7350e5eed071 (diff) | |
parent | a19a6b1a1e55ab4df6ace383a1f0340862349bfe (diff) | |
download | meta-freescale-a3527cd138cf33bb7386987ec0ce9a7d0afa2d68.tar.gz |
Merge pull request #2146 from Jasper-Ben/add_uboot_cve_product
u-boot: Add CVE_PRODUCT definition
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2025.01.inc | 1 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2025.01.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2025.01.inc index f6262324..13402850 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2025.01.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2025.01.inc | |||
@@ -14,6 +14,7 @@ SRCREV = "aa4bc52d08c342df83e3c576e2c108d7c8816e0e" | |||
14 | SRCBRANCH = "2025.01+fslc" | 14 | SRCBRANCH = "2025.01+fslc" |
15 | 15 | ||
16 | PV = "2025.01+fslc+git${SRCPV}" | 16 | PV = "2025.01+fslc+git${SRCPV}" |
17 | CVE_PRODUCT = "denx:u-boot" | ||
17 | 18 | ||
18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
19 | B = "${WORKDIR}/build" | 20 | B = "${WORKDIR}/build" |
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 | |||
7 | SRCBRANCH = "lf_v2024.04" | 7 | SRCBRANCH = "lf_v2024.04" |
8 | LOCALVERSION ?= "-imx_v2024.04_6.6.52-2.2.0" | 8 | LOCALVERSION ?= "-imx_v2024.04_6.6.52-2.2.0" |
9 | SRCREV = "6c4545203d123c246c5d7995f2893959506d28e0" | 9 | SRCREV = "6c4545203d123c246c5d7995f2893959506d28e0" |
10 | CVE_PRODUCT = "nxp:uboot_secondary_program_loader denx:u-boot" | ||
10 | 11 | ||
11 | DEPENDS += " \ | 12 | DEPENDS += " \ |
12 | bc-native \ | 13 | bc-native \ |