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 /recipes-bsp/atf/atf-tools_git.bb | |
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>
Diffstat (limited to 'recipes-bsp/atf/atf-tools_git.bb')
-rw-r--r-- | recipes-bsp/atf/atf-tools_git.bb | 19 |
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 @@ | |||
1 | SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool" | ||
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 | |||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | DEPENDS += "openssl" | ||
11 | |||
12 | EXTRA_OEMAKE = "fiptool V=1 HOSTCC='${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}'" | ||
13 | |||
14 | do_install () { | ||
15 | install -m 0755 -d ${D}/${bindir} | ||
16 | install -m 0755 ${S}/tools/fiptool/fiptool ${D}/${bindir}/ | ||
17 | } | ||
18 | |||
19 | BBCLASSEXTEND = "native" | ||