From 8f52b8aa7eef742dfa2f6a9c279cae9b9a334fdb Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Thu, 8 Aug 2024 08:16:17 +0000 Subject: [PATCH] u-boot-imx_2018.03.bb: Migrate from codeaurora to nxp-github Codeaurora has been shutdown for a while Changelog-entry: Migrate from codeaurora to nxp-github for u-boot-imx_2018.03 Signed-off-by: Florin Sarbu --- .../recipes-bsp/u-boot/u-boot-imx_2018.03.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-balena-compulab/recipes-bsp/u-boot/u-boot-imx_2018.03.bb b/layers/meta-balena-compulab/recipes-bsp/u-boot/u-boot-imx_2018.03.bb index 1d9cd768..29a6ad95 100644 --- a/layers/meta-balena-compulab/recipes-bsp/u-boot/u-boot-imx_2018.03.bb +++ b/layers/meta-balena-compulab/recipes-bsp/u-boot/u-boot-imx_2018.03.bb @@ -11,7 +11,7 @@ DEPENDS_append = " python dtc-native" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" -UBOOT_SRC ?= "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https" +UBOOT_SRC ?= "git://github.com/nxp-imx/uboot-imx.git;protocol=https" SRCBRANCH = "imx_v2018.03_4.14.98_2.0.0_ga" SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}" SRCREV = "87a19df5e462f1f63e8a6d2973c7fb9e95284d04"