summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/atf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/atf')
-rw-r--r--recipes-bsp/atf/atf-tools_git.bb2
-rw-r--r--recipes-bsp/atf/atf_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/atf/atf-tools_git.bb b/recipes-bsp/atf/atf-tools_git.bb
index a5998fe2..7166a13c 100644
--- a/recipes-bsp/atf/atf-tools_git.bb
+++ b/recipes-bsp/atf/atf-tools_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool"
2LICENSE = "BSD" 2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" 3LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443"
4 4
5SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" 5SRC_URI = "git://github.com/nxp-qoriq/atf;protocol=https;nobranch=1"
6SRCREV = "17f94e4315e81e3d1b22d863d9614d724e8273dc" 6SRCREV = "17f94e4315e81e3d1b22d863d9614d724e8273dc"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb
index d75e3eb2..6faab19b 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
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" 14SRC_URI = "git://github.com/nxp-qoriq/atf;protocol=https;nobranch=1"
15SRCREV = "85e98b945172118c55f0cea9c1f655b4307e6fab" 15SRCREV = "85e98b945172118c55f0cea9c1f655b4307e6fab"
16 16
17SRC_URI += "file://0001-fix-fiptool-build-error.patch \ 17SRC_URI += "file://0001-fix-fiptool-build-error.patch \