diff options
author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2019-12-16 19:53:04 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-19 15:23:04 -0300 |
commit | 295995ae48befb9d85b984e7296022328f1b4214 (patch) | |
tree | 556c638c31c208306db5eab88868293759de888c /recipes-bsp | |
parent | 5cac7a075c56ab1f1b64a9a3aa10a8f01a268135 (diff) | |
download | meta-freescale-295995ae48befb9d85b984e7296022328f1b4214.tar.gz |
imx-mkimage_git.inc: Update to 4.19.35_1.1.0
- Enable dual bootloader for imx8m
- Add functionality to parse 8/8X container headers
- Update the build target for different ddr firmware
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index ab354f9c..b68dfa7a 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |||
@@ -2,9 +2,9 @@ | |||
2 | 2 | ||
3 | DEPENDS = "zlib-native openssl-native" | 3 | DEPENDS = "zlib-native openssl-native" |
4 | 4 | ||
5 | SRCBRANCH = "imx_4.14.98_2.0.0_ga" | 5 | SRCBRANCH = "imx_4.19.35_1.1.0" |
6 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" | 6 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" |
7 | SRCREV = "dd0234001713623c79be92b60fa88bc07b07f24f" | 7 | SRCREV = "1c2277b95ce59f5d0265f26fec522e2ac2581e59" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | BOOT_TOOLS = "imx-boot-tools" | 10 | BOOT_TOOLS = "imx-boot-tools" |