SUMMARY = "Flashupdate" | |
DESCRIPTION = "Flashupdate tool for managing firmware updates with gBMC" | |
FLASHTOOLS_PROJ = "flashupdate" | |
require flashtools.inc | |
EXTRA_OEMESON = "-Dtests=disabled" | |
DEPENDS += "stdplus" | |
DEPENDS += "nlohmann-json" | |
DEPENDS += "libcr51sign" | |
DEPENDS += "flasher" | |
DEPENDS += "libhoth" | |
PACKAGES =+ "lib${BPN}" | |
FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}" |