]> code.ossystems Code Review - meta-freescale.git/commitdiff
atf-tools: upgrade to 2.3
authorTing Liu <ting.liu@nxp.com>
Wed, 16 Dec 2020 08:18:53 +0000 (16:18 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 16 Dec 2020 16:13:18 +0000 (13:13 -0300)
Use atf-2.3.inc to hold common parts for atf and atf-tools.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-bsp/atf/atf-2.3.inc [new file with mode: 0644]
recipes-bsp/atf/atf-tools_2.3.bb [moved from recipes-bsp/atf/atf-tools_git.bb with 55% similarity]

diff --git a/recipes-bsp/atf/atf-2.3.inc b/recipes-bsp/atf/atf-2.3.inc
new file mode 100644 (file)
index 0000000..bc8b912
--- /dev/null
@@ -0,0 +1,13 @@
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
+
+PV = "2.3+git${SRCPV}"
+
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1 \
+           git://github.com/ARMmbed/mbedtls;nobranch=1;destsuffix=git/mbedtls;name=mbedtls \
+"
+SRCREV = "4e40e24590ab908773ef842cd0e17faf233767d4"
+SRCREV_mbedtls = "85da85555e5b086b0250780693c3ee584f63e79f"
+SRCREV_FORMAT = "atf"
+
+S = "${WORKDIR}/git"
similarity index 55%
rename from recipes-bsp/atf/atf-tools_git.bb
rename to recipes-bsp/atf/atf-tools_2.3.bb
index 33ec51c24266c4e0254301657ace1f7b89245aed..57f53168a656a70b485d3c6b938cbca23c4f7fe6 100644 (file)
@@ -1,11 +1,6 @@
-SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443"
-
-SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1"
-SRCREV = "7d748e6f0ec652ba7c43733dc67a3d0b0217390a"
+require atf-${PV}.inc
 
-S = "${WORKDIR}/git"
+SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool"
 
 DEPENDS += "openssl"