diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-08-18 08:21:59 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-18 08:21:59 -0300 |
| commit | 931407db1a8199f3088dcb8a431b285fe0399b21 (patch) | |
| tree | 116abf1930c9c7612dc3992626c80538b7dd4d2c /recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |
| parent | ffaf86645d69755a3345c2d57b419bc66809eb63 (diff) | |
| parent | fa714a93f00351c20cc0d70e8108a0fead1bf5de (diff) | |
| download | meta-freescale-931407db1a8199f3088dcb8a431b285fe0399b21.tar.gz | |
Merge pull request #1171 from thochstein/recipes-bsp
recipes-bsp: updates from NXP release 5.15.32-2.0.0
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.inc')
| -rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index 165ba64ed..6db6a883c 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |||
| @@ -1,16 +1,13 @@ | |||
| 1 | # Copyright 2017-2021 NXP | 1 | # Copyright 2017-2022 NXP |
| 2 | 2 | ||
| 3 | DEPENDS = "zlib-native openssl-native" | 3 | DEPENDS = "zlib-native openssl-native" |
| 4 | 4 | ||
| 5 | SRCBRANCH = "lf-5.15.5_1.0.0" | ||
| 6 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ | 5 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ |
| 7 | file://0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch \ | ||
| 8 | file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ | 6 | file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ |
| 9 | file://0001-Add-support-for-overriding-BL32-and-BL33-not-only-BL.patch \ | ||
| 10 | file://0001-Add-LDFLAGS-to-link-step.patch \ | ||
| 11 | file://0001-Add-support-for-overriding-BL31-BL32-and-BL33.patch \ | ||
| 12 | " | 7 | " |
| 13 | SRCREV = "22346a32a88aa752d4bad8f2ed1eb641e18849dc" | 8 | SRCBRANCH = "lf-5.15.32_2.0.0" |
| 9 | SRCREV = "a8bb8edb45492ac70b33734122a57aa8e38a20bd" | ||
| 10 | |||
| 14 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 15 | 12 | ||
| 16 | BOOT_TOOLS = "imx-boot-tools" | 13 | BOOT_TOOLS = "imx-boot-tools" |
