From a2226ab942a74421ce2393560be67d83e9c4d8db Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 3 Apr 2023 09:56:24 +0200 Subject: [PATCH] recipes-imx: Update SRC_URIs codeaurora closed and the sources moved to github id:382539 --- freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb | 2 +- freescale/recipes-imx/imx-mkimage/imx-mkimage_git.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb b/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb index 12ca53f..a874adc 100644 --- a/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb +++ b/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m PV = "1.5.0+git${SRCPV}" SRCBRANCH = "imx_4.14.98_2.0.0_ga" -SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ +SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ file://0001-Allow-BUILD_STRING-to-be-set-in-.revision-file.patch \ " SRCREV ?= "413e93e10ee4838e9a68b190f1468722f6385e0e" diff --git a/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.inc b/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.inc index 15ab4cb..1912a3e 100644 --- a/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.inc +++ b/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.inc @@ -4,7 +4,7 @@ DEPENDS = "zlib-native openssl-native" SRCBRANCH = "imx_4.14.98_2.0.0_ga" -SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" +SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" SRCREV ?= "${AUTOREV}" S = "${WORKDIR}/git"