diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-03-31 12:23:02 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-03-31 13:50:30 -0700 |
commit | 5884c15aa907beef1c2582a9cff63d33b04ff0bc (patch) | |
tree | fd7e924b4aa7c4c519d47a4082ddc375375d3d3d /recipes-bsp/atf/atf_git.bb | |
parent | e353e020f161d6674c825e8abc9bdcece71ca8a5 (diff) | |
download | meta-freescale-5884c15aa907beef1c2582a9cff63d33b04ff0bc.tar.gz |
Move from codeaurora to github
Fixes: #1469
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp/atf/atf_git.bb')
-rw-r--r-- | recipes-bsp/atf/atf_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb index c7e7b15c..ee8ef5ae 100644 --- a/recipes-bsp/atf/atf_git.bb +++ b/recipes-bsp/atf/atf_git.bb | |||
@@ -11,7 +11,7 @@ do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" | 14 | SRC_URI = "git://github.com/nxp-qoriq/atf;protocol=https;nobranch=1" |
15 | SRCREV = "7d748e6f0ec652ba7c43733dc67a3d0b0217390a" | 15 | SRCREV = "7d748e6f0ec652ba7c43733dc67a3d0b0217390a" |
16 | 16 | ||
17 | COMPATIBLE_MACHINE = "(qoriq)" | 17 | COMPATIBLE_MACHINE = "(qoriq)" |