Brad Bishop | 26fcc80 | 2018-04-02 11:46:01 -0400 | [diff] [blame] | 1 | SUMMARY = "Tools for manipulating FFS flash images." |
| 2 | DESCRIPTION = "FFS is the FSP Flash File Structure which is also currently \ |
| 3 | used on OpenPOWER machines for the flash layout." |
| 4 | |
| 5 | HOMEPAGE = "https://github.com/open-power/ffs" |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 8 | |
| 9 | inherit autotools pkgconfig |
| 10 | |
Adriana Kobylak | 8c6707f | 2021-08-06 17:35:36 +0000 | [diff] [blame] | 11 | ALLOW_EMPTY:${PN} = "1" |
Brad Bishop | 26fcc80 | 2018-04-02 11:46:01 -0400 | [diff] [blame] | 12 | PACKAGE_BEFORE_PN += "${PN}-ecc ${PN}-deprecated" |
| 13 | |
Adriana Kobylak | 8c6707f | 2021-08-06 17:35:36 +0000 | [diff] [blame] | 14 | FILES:${PN}-ecc = "${bindir}/ecc" |
| 15 | FILES:${PN}-deprecated = "${bindir}" |
Brad Bishop | 26fcc80 | 2018-04-02 11:46:01 -0400 | [diff] [blame] | 16 | |
| 17 | BBCLASSEXTEND = "native nativesdk" |