blob: 161c54bf050d197cf1eb338bc96e6fc2b72dfe06 [file] [log] [blame]
Alexander Filippov2a2102c2020-04-17 19:52:43 +03001SUMMARY = "YADRO Firmware update tool"
2DESCRIPTION = "Command line tool for update firmware"
3HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-fwupdate"
4PR = "r1"
5PV = "1.0+git${SRCPV}"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
8
Andrew Geissler6e7f3982021-11-03 10:03:03 -05009inherit pkgconfig meson
Alexander Filippov2a2102c2020-04-17 19:52:43 +030010
11DEPENDS += " \
12 sdbusplus \
13 openssl \
14"
15
Alexander Filippovcbc500a2020-09-02 12:41:17 +030016PACKAGECONFIG[obmc-phosphor-image] = "-Dbmc-image-type=obmc-phosphor-image,,,,,intel-platforms"
17PACKAGECONFIG[intel-platforms] = "-Dbmc-image-type=intel-platforms,,,,,obmc-phosphor-image"
18PACKAGECONFIG[reboot-guard-support] = "-Dreboot-guard-support=true,-Dreboot-guard-support=false"
19PACKAGECONFIG[openpower-support] = "-Dopenpower-support=true,-Dopenpower-support=false"
20
21PACKAGECONFIG ??= " obmc-phosphor-image reboot-guard-support "
Andrei Kartashev0f66db42021-08-17 21:47:15 +030022PACKAGECONFIG:append_df-openpower = "openpower-support"
Alexander Filippov2a2102c2020-04-17 19:52:43 +030023
24SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-fwupdate"
Alexander Filippov9f974782021-07-21 11:39:41 +030025SRCREV = "0e3c0714f344a2f7f289c851434955360e6f075b"
Alexander Filippov2a2102c2020-04-17 19:52:43 +030026S = "${WORKDIR}/git"