1d3f78932SBrad BishopSUMMARY = "Tools for manipulating FFS flash images."
2d3f78932SBrad BishopDESCRIPTION = "FFS is the FSP Flash File Structure which is also currently \
3d3f78932SBrad Bishopused on OpenPOWER machines for the flash layout."
4d3f78932SBrad Bishop
5d3f78932SBrad BishopHOMEPAGE = "https://github.com/open-power/ffs"
6d3f78932SBrad BishopLICENSE = "Apache-2.0"
7d3f78932SBrad BishopLIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
8d3f78932SBrad Bishop
9d3f78932SBrad Bishopinherit autotools pkgconfig
10d3f78932SBrad Bishop
11*8c6707f0SAdriana KobylakALLOW_EMPTY:${PN} = "1"
12d3f78932SBrad BishopPACKAGE_BEFORE_PN += "${PN}-ecc ${PN}-deprecated"
13d3f78932SBrad Bishop
14*8c6707f0SAdriana KobylakFILES:${PN}-ecc = "${bindir}/ecc"
15*8c6707f0SAdriana KobylakFILES:${PN}-deprecated = "${bindir}"
16d3f78932SBrad Bishop
17d3f78932SBrad BishopBBCLASSEXTEND = "native nativesdk"
18