diff options
author | Jun Zhu <junzhu@nxp.com> | 2022-12-15 11:49:10 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2022-12-15 11:47:18 +0800 |
commit | db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6 (patch) | |
tree | 9341b369d25545e2069cfd0afab4580b73b2ca1c /recipes-bsp/atf | |
parent | cb6c55d9c13228a0a9deef59d2f72b34ae117ba5 (diff) | |
download | meta-freescale-db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6.tar.gz |
Switch NXP QorIQ repositories to github.com
Fetch QorIQ's source code from github.com/nxp-qoriq,
as original source.codeaurora.org/external/qoriq will
stop to access from April 2023.
Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-bsp/atf')
-rw-r--r-- | recipes-bsp/atf/qoriq-atf-2.4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/atf/qoriq-atf-2.4.inc b/recipes-bsp/atf/qoriq-atf-2.4.inc index 38a992b3..506c9538 100644 --- a/recipes-bsp/atf/qoriq-atf-2.4.inc +++ b/recipes-bsp/atf/qoriq-atf-2.4.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "ARM Trusted Firmware" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" | 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" |
5 | 5 | ||
6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf.git;nobranch=1" | 6 | SRC_URI = "git://github.com/nxp-qoriq/atf.git;protocol=https;nobranch=1" |
7 | SRCREV = "bb4957067d4b96a6ee197a333425948e409e990d" | 7 | SRCREV = "bb4957067d4b96a6ee197a333425948e409e990d" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |