aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/atf/qoriq-atf-tools_2.3.bb
blob: d4be32bef05a9f2ac3e14448c34815b444be7621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require qoriq-atf-${PV}.inc

SUMMARY = "Tools for ARM Trusted Firmware, e.g. FIP image creation tool"

DEPENDS += "openssl"

EXTRA_OEMAKE = "fiptool V=1 HOSTCC='${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}'"

do_install () {
    install -m 0755 -d ${D}/${bindir}
    install -m 0755 ${S}/tools/fiptool/fiptool ${D}/${bindir}/
}

BBCLASSEXTEND = "native"