diff options
Diffstat (limited to 'recipes-bsp/atf/atf-tools_2.3.bb')
| -rw-r--r-- | recipes-bsp/atf/atf-tools_2.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-bsp/atf/atf-tools_2.3.bb b/recipes-bsp/atf/atf-tools_2.3.bb new file mode 100644 index 000000000..57f53168a --- /dev/null +++ b/recipes-bsp/atf/atf-tools_2.3.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | require atf-${PV}.inc | ||
| 2 | |||
| 3 | SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool" | ||
| 4 | |||
| 5 | DEPENDS += "openssl" | ||
| 6 | |||
| 7 | EXTRA_OEMAKE = "fiptool V=1 HOSTCC='${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}'" | ||
| 8 | |||
| 9 | do_install () { | ||
| 10 | install -m 0755 -d ${D}/${bindir} | ||
| 11 | install -m 0755 ${S}/tools/fiptool/fiptool ${D}/${bindir}/ | ||
| 12 | } | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native" | ||
