diff options
author | Guillaume Lecocq <glq@momagroup.com> | 2023-04-18 10:56:31 +0200 |
---|---|---|
committer | Guillaume Lecocq <glq@momagroup.com> | 2023-04-18 10:56:31 +0200 |
commit | 046f6216362b5d396767c83b7338cca071be725b (patch) | |
tree | e68a8076e633bdf940b13b286f8c71cb1d1253c7 /recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |
parent | 930545b1ac6926dd70f61c0ef990b79acdfb06c2 (diff) | |
download | meta-freescale-046f6216362b5d396767c83b7338cca071be725b.tar.gz |
[warrior] 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 | ||