diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-16 16:18:53 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 13:13:18 -0300 |
commit | 9a6c26e7aef7bca29c031035051922249c691ad1 (patch) | |
tree | 2eac6bc0d2b51b6068445e3a8c85d755b725606e | |
parent | 29b3e90195d328262c496fd06738bd671d3bac66 (diff) | |
download | meta-freescale-9a6c26e7aef7bca29c031035051922249c691ad1.tar.gz |
atf-tools: upgrade to 2.3
Use atf-2.3.inc to hold common parts for atf and atf-tools.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r-- | recipes-bsp/atf/atf-2.3.inc | 13 | ||||
-rw-r--r-- | recipes-bsp/atf/atf-tools_2.3.bb (renamed from recipes-bsp/atf/atf-tools_git.bb) | 9 |
2 files changed, 15 insertions, 7 deletions
diff --git a/recipes-bsp/atf/atf-2.3.inc b/recipes-bsp/atf/atf-2.3.inc new file mode 100644 index 00000000..bc8b912a --- /dev/null +++ b/recipes-bsp/atf/atf-2.3.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | LICENSE = "BSD" | ||
2 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" | ||
3 | |||
4 | PV = "2.3+git${SRCPV}" | ||
5 | |||
6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1 \ | ||
7 | git://github.com/ARMmbed/mbedtls;nobranch=1;destsuffix=git/mbedtls;name=mbedtls \ | ||
8 | " | ||
9 | SRCREV = "4e40e24590ab908773ef842cd0e17faf233767d4" | ||
10 | SRCREV_mbedtls = "85da85555e5b086b0250780693c3ee584f63e79f" | ||
11 | SRCREV_FORMAT = "atf" | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
diff --git a/recipes-bsp/atf/atf-tools_git.bb b/recipes-bsp/atf/atf-tools_2.3.bb index 33ec51c2..57f53168 100644 --- a/recipes-bsp/atf/atf-tools_git.bb +++ b/recipes-bsp/atf/atf-tools_2.3.bb | |||
@@ -1,11 +1,6 @@ | |||
1 | SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool" | 1 | require atf-${PV}.inc |
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" | ||
4 | |||
5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" | ||
6 | SRCREV = "7d748e6f0ec652ba7c43733dc67a3d0b0217390a" | ||
7 | 2 | ||
8 | S = "${WORKDIR}/git" | 3 | SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool" |
9 | 4 | ||
10 | DEPENDS += "openssl" | 5 | DEPENDS += "openssl" |
11 | 6 | ||