From 115d33d607bbf3b743a8047861883e0275271222 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 14 Oct 2021 15:57:26 +0800 Subject: qoriq-atf: upgrade to 2.4 Signed-off-by: Ting Liu --- recipes-bsp/atf/qoriq-atf-tools_2.4.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-bsp/atf/qoriq-atf-tools_2.4.bb (limited to 'recipes-bsp/atf/qoriq-atf-tools_2.4.bb') diff --git a/recipes-bsp/atf/qoriq-atf-tools_2.4.bb b/recipes-bsp/atf/qoriq-atf-tools_2.4.bb new file mode 100644 index 00000000..eccf12c8 --- /dev/null +++ b/recipes-bsp/atf/qoriq-atf-tools_2.4.bb @@ -0,0 +1,13 @@ +require recipes-bsp/atf/qoriq-atf-2.4.inc + +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" + -- cgit v1.2.3-54-g00ecf