diff options
author | Javier Viguera <javier.viguera@digi.com> | 2023-04-03 10:57:55 +0200 |
---|---|---|
committer | Javier Viguera <javier.viguera@digi.com> | 2023-04-03 10:57:55 +0200 |
commit | a9bdad993cb38c71d002dd10fa98411d5556266a (patch) | |
tree | 2decb884b532ffaf46d3a07a2f6fa091dd17d0ea /recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |
parent | 07d4a6baa23ec3a1f013f8a070130598b56aec7c (diff) | |
download | meta-freescale-a9bdad993cb38c71d002dd10fa98411d5556266a.tar.gz |
meta-freescale: migrate IMX repos from codeaurora to github
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
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 | ||