From f249708ca17b86bba8fa925f204a40cfe5730cb5 Mon Sep 17 00:00:00 2001 From: vraevsky Date: Mon, 24 Apr 2023 06:44:55 +0300 Subject: [PATCH] Update imx_boot_image_hab_build.md --- Documentation/imx_boot_image_hab_build.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/imx_boot_image_hab_build.md b/Documentation/imx_boot_image_hab_build.md index cdf5ede..a4a0d68 100644 --- a/Documentation/imx_boot_image_hab_build.md +++ b/Documentation/imx_boot_image_hab_build.md @@ -47,7 +47,7 @@ export LAYER_DIR=$(pwd)/meta-bsp-imx8mm ### Mkimage setup * Download the mkimage:
-git clone https://source.codeaurora.org/external/imx/imx-mkimage.git
+git clone https://github.com/nxp-imx/imx-mkimage.git
 git -C imx-mkimage checkout ${MKIMG}
 export RESULTS=${SRC_ROOT}/imx-mkimage/iMX8M
 
@@ -63,7 +63,7 @@ cp -v $(find firmware* | awk '/train|hdmi_imx8|dp_imx8/' ORS=" ") ${RESULTS} ### Arm Trusted Firmware (ATF) setup * Download the ATF:
-git clone https://source.codeaurora.org/external/imx/imx-atf.git
+git clone https://github.com/nxp-imx/imx-atf.git
 git -C imx-atf checkout ${ATF} -b ${CPL_BRANCH}
 
* Apply patches if applicable: @@ -91,7 +91,7 @@ ln -s $(readlink -f imx-atf/build/imx8mm/release/bl31.bin) ${RESULTS}/ * Download the OP-TEE:
-git clone https://source.codeaurora.org/external/imx/imx-optee-os
+git clone https://github.com/nxp-imx/imx-optee-os.git
 git -C imx-optee-os checkout ${OPTEE} -b ${CPL_BRANCH}
 
* Apply patches if applicable: @@ -114,7 +114,7 @@ ln -s $(readlink -f imx-optee-os/out/arm-plat-imx/core/tee-raw.bin) ${RESULTS}/t ### U-Boot * Download the U-Boot source and apply CompuLab BSP patches:
-git clone https://source.codeaurora.org/external/imx/uboot-imx.git
+git clone https://github.com/nxp-imx/uboot-imx.git
 git -C uboot-imx checkout ${UBOOT} -b ${CPL_BRANCH}
 git -C uboot-imx am ${LAYER_DIR}/recipes-bsp/u-boot/compulab/imx8mm/*.patch