diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-03 08:44:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 08:44:46 -0300 |
commit | 7c71b9d5cbd5a44f0071f8f4e3cbd9570b01bf0d (patch) | |
tree | 2decb884b532ffaf46d3a07a2f6fa091dd17d0ea /recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |
parent | 07d4a6baa23ec3a1f013f8a070130598b56aec7c (diff) | |
parent | a9bdad993cb38c71d002dd10fa98411d5556266a (diff) | |
download | meta-freescale-thud.tar.gz |
Merge pull request #1475 from jviguera/thudthud
[thud] meta-freescale: migrate IMX repos from codeaurora to github
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.inc')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index a8cd930b..82d019c6 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |||
@@ -3,7 +3,7 @@ | |||
3 | DEPENDS = "zlib-native openssl-native" | 3 | DEPENDS = "zlib-native openssl-native" |
4 | 4 | ||
5 | SRCBRANCH = "imx_4.9.123_imx8mm_ga" | 5 | SRCBRANCH = "imx_4.9.123_imx8mm_ga" |
6 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" | 6 | SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" |
7 | SRCREV = "9e289f314eddb9d38cab73780b936acb30bb88b4" | 7 | SRCREV = "9e289f314eddb9d38cab73780b936acb30bb88b4" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||