blob: f144884aa8292d4368eeb7f5d17430c2a49d1f9d [file] [log] [blame]
Brad Bishop26fcc802018-04-02 11:46:01 -04001SUMMARY = "Tools for manipulating FFS flash images."
2DESCRIPTION = "FFS is the FSP Flash File Structure which is also currently \
3used on OpenPOWER machines for the flash layout."
4
5HOMEPAGE = "https://github.com/open-power/ffs"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
8
9inherit autotools pkgconfig
10
11ALLOW_EMPTY_${PN} = "1"
12PACKAGE_BEFORE_PN += "${PN}-ecc ${PN}-deprecated"
13
14FILES_${PN}-ecc = "${bindir}/ecc"
15FILES_${PN}-deprecated = "${bindir}"
16
17BBCLASSEXTEND = "native nativesdk"