1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 17:19:39 +00:00

arm/fiptool-native: bumping the version to v2.5

The commit provides the v2.5 recipe for fiptool-native
and removes the older versions.

Change-Id: Ie87ca97bc63bfe7ba2337b1bf05d9658921bab83
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Abdellatif El Khlifi
2021-10-25 16:42:05 +01:00
committed by Jon Mason
parent a3192e564b
commit fbe056ca0c
2 changed files with 4 additions and 36 deletions
@@ -1,31 +0,0 @@
# Firmware Image Package (FIP)
# It is a packaging format used by TF-A to package the
# firmware images in a single binary.
DESCRIPTION = "fiptool - Trusted Firmware tool for packaging"
LICENSE = "BSD-3-Clause"
SRC_URI = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https"
LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443"
# Use fiptool from TF-A v1.5
SRCREV = "ed8112606c54d85781fc8429160883d6310ece32"
DEPENDS += "openssl-native"
inherit native
S = "${WORKDIR}/git"
do_compile () {
# These changes are needed to have the fiptool compiling and executing properly
sed -i '/^LDLIBS/ s,$, \$\{BUILD_LDFLAGS},' ${S}/tools/fiptool/Makefile
sed -i '/^INCLUDE_PATHS/ s,$, \$\{BUILD_CFLAGS},' ${S}/tools/fiptool/Makefile
oe_runmake fiptool
}
do_install () {
install -d ${D}${bindir}/
install -m 0755 tools/fiptool/fiptool ${D}${bindir}
}
@@ -6,10 +6,10 @@ DESCRIPTION = "fiptool - Trusted Firmware tool for packaging"
LICENSE = "BSD-3-Clause"
SRC_URI = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;destsuffix=fiptool-${PV};protocol=https;"
LIC_FILES_CHKSUM = "file://docs/license.rst;md5=189505435dbcdcc8caa63c46fe93fa89"
LIC_FILES_CHKSUM = "file://docs/license.rst;md5=713afe122abbe07f067f939ca3c480c5"
# Use fiptool from TF-A v2.3
SRCREV = "ecd27ad85f1eba29f6bf92c39dc002c85b07dad5"
# Use fiptool from TF-A v2.5
SRCREV = "c158878249f1bd930906ebd744b90d3f2a8265f1"
DEPENDS += "openssl-native"
@@ -24,6 +24,5 @@ do_compile () {
}
do_install () {
install -d ${D}${bindir}/
install -m 0755 tools/fiptool/fiptool ${D}${bindir}
install -D -p -m 0755 tools/fiptool/fiptool ${D}${bindir}/fiptool
}