From d3f78932cf6b3063caceacdae9ddd6ca30d48786 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 31 Aug 2018 06:30:50 -0400 Subject: meta-openpower: Move layer content from common/ Adopt a more conventional directory hierarchy. meta-openpower is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-openpower rev: 2c8db5661cecd7e4cc20bcb96df76490e62cfb67) Change-Id: I415caaa28ec728f24e755ddb549012f24874fefe Signed-off-by: Brad Bishop --- meta-openpower/recipes-bsp/ffs/ffs.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openpower/recipes-bsp/ffs/ffs.inc (limited to 'meta-openpower/recipes-bsp/ffs/ffs.inc') diff --git a/meta-openpower/recipes-bsp/ffs/ffs.inc b/meta-openpower/recipes-bsp/ffs/ffs.inc new file mode 100644 index 0000000000..f144884aa8 --- /dev/null +++ b/meta-openpower/recipes-bsp/ffs/ffs.inc @@ -0,0 +1,17 @@ +SUMMARY = "Tools for manipulating FFS flash images." +DESCRIPTION = "FFS is the FSP Flash File Structure which is also currently \ +used on OpenPOWER machines for the flash layout." + +HOMEPAGE = "https://github.com/open-power/ffs" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +inherit autotools pkgconfig + +ALLOW_EMPTY_${PN} = "1" +PACKAGE_BEFORE_PN += "${PN}-ecc ${PN}-deprecated" + +FILES_${PN}-ecc = "${bindir}/ecc" +FILES_${PN}-deprecated = "${bindir}" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3