diff options
Diffstat (limited to 'recipes-bsp/u-boot')
-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 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb | 1 |
3 files changed, 0 insertions, 3 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 134028503..9cc6b958d 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 | |||
@@ -16,5 +16,4 @@ SRCBRANCH = "2025.01+fslc" | |||
16 | PV = "2025.01+fslc+git${SRCPV}" | 16 | PV = "2025.01+fslc+git${SRCPV}" |
17 | CVE_PRODUCT = "denx:u-boot" | 17 | CVE_PRODUCT = "denx:u-boot" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | B = "${WORKDIR}/build" | 19 | 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 01e3bbca3..9640ba1de 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 | |||
@@ -18,7 +18,6 @@ DEPENDS += " \ | |||
18 | xxd-native \ | 18 | xxd-native \ |
19 | " | 19 | " |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | ||
22 | B = "${WORKDIR}/build" | 21 | B = "${WORKDIR}/build" |
23 | 22 | ||
24 | inherit fsl-u-boot-localversion | 23 | inherit fsl-u-boot-localversion |
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb b/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb index bd495af94..c765cd2d7 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2021.04.bb | |||
@@ -17,7 +17,6 @@ LIC_FILES_CHKSUM = " \ | |||
17 | SRC_URI = "git://github.com/nxp-qoriq/u-boot;protocol=https;nobranch=1" | 17 | SRC_URI = "git://github.com/nxp-qoriq/u-boot;protocol=https;nobranch=1" |
18 | SRCREV = "1c0116f3da250c5a52858c53efb8b38c0963f477" | 18 | SRCREV = "1c0116f3da250c5a52858c53efb8b38c0963f477" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | B = "${WORKDIR}/build" | 20 | B = "${WORKDIR}/build" |
22 | PV:append = "+fslgit" | 21 | PV:append = "+fslgit" |
23 | LOCALVERSION = "+fsl" | 22 | LOCALVERSION = "+fsl" |