Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
+17
View File
@@ -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"
@@ -0,0 +1,8 @@
require ffs.inc
PV = "v0.1.0+git${SRCPV}"
SRCREV = "3ec70fbc458e32eef0d0b1de79688b4dc48cbd57"
SRC_URI = "git://github.com/open-power/ffs.git;branch=master;protocol=https"
S = "${WORKDIR}/git"