Skip to content

Commit

Permalink
imx: use github instead of codeaurora
Browse files Browse the repository at this point in the history
source.codeaurora.org is closed, use https://github.com/nxp-imx instead.

Signed-off-by: Jens Wiklander <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
jenswi-linaro authored and jforissier committed Jul 3, 2023
1 parent 3986520 commit 4543ba1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions imx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<remote name="github" fetch="https://github.com" />
<remote name="linaro" fetch="https://git.linaro.org" />
<remote name="tfo" fetch="https://git.trustedfirmware.org" />
<remote name="ca" fetch="https://source.codeaurora.org/external/imx" />

<default remote="github" revision="master" />

Expand All @@ -23,5 +22,5 @@
<project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2022.11.1" clone-depth="1" />
<project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" />
<project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2020.10-rc2" clone-depth="1" />
<project path="imx-mkimage" name="imx-mkimage.git" revision="refs/tags/rel_imx_5.4.24_2.1.0" clone-depth="1" remote="ca" />
<project path="imx-mkimage" name="nxp-imx/imx-mkimage.git" revision="refs/tags/rel_imx_5.4.24_2.1.0" clone-depth="1" />
</manifest>

0 comments on commit 4543ba1

Please sign in to comment.