summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/atf/atf-tools_git.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-16 16:18:53 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-16 13:13:18 -0300
commit9a6c26e7aef7bca29c031035051922249c691ad1 (patch)
tree2eac6bc0d2b51b6068445e3a8c85d755b725606e /recipes-bsp/atf/atf-tools_git.bb
parent29b3e90195d328262c496fd06738bd671d3bac66 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-bsp/atf/atf-tools_git.bb')
-rw-r--r--recipes-bsp/atf/atf-tools_git.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-bsp/atf/atf-tools_git.bb b/recipes-bsp/atf/atf-tools_git.bb
deleted file mode 100644
index 33ec51c2..00000000
--- a/recipes-bsp/atf/atf-tools_git.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool"
2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443"
4
5SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1"
6SRCREV = "7d748e6f0ec652ba7c43733dc67a3d0b0217390a"
7
8S = "${WORKDIR}/git"
9
10DEPENDS += "openssl"
11
12EXTRA_OEMAKE = "fiptool V=1 HOSTCC='${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}'"
13
14do_install () {
15 install -m 0755 -d ${D}/${bindir}
16 install -m 0755 ${S}/tools/fiptool/fiptool ${D}/${bindir}/
17}
18
19BBCLASSEXTEND = "native"