blob: aeef9914081d83d0ecf3c19f08c128dfcd4c0cfc [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
9inherit meson
Alexander Filippovcbc500a2020-09-02 12:41:17 +030010inherit pkgconfig
Alexander Filippov2a2102c2020-04-17 19:52:43 +030011
12DEPENDS += " \
13 sdbusplus \
14 openssl \
15"
16
Alexander Filippovcbc500a2020-09-02 12:41:17 +030017PACKAGECONFIG[obmc-phosphor-image] = "-Dbmc-image-type=obmc-phosphor-image,,,,,intel-platforms"
18PACKAGECONFIG[intel-platforms] = "-Dbmc-image-type=intel-platforms,,,,,obmc-phosphor-image"
19PACKAGECONFIG[reboot-guard-support] = "-Dreboot-guard-support=true,-Dreboot-guard-support=false"
20PACKAGECONFIG[openpower-support] = "-Dopenpower-support=true,-Dopenpower-support=false"
21
22PACKAGECONFIG ??= " obmc-phosphor-image reboot-guard-support "
23PACKAGECONFIG_append_df-openpower = "openpower-support"
Alexander Filippov2a2102c2020-04-17 19:52:43 +030024
25SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-fwupdate"
Alexander Filippovcbc500a2020-09-02 12:41:17 +030026SRCREV = "8338fb90bef154fa3cea93a19ee207e194e4f752"
Alexander Filippov2a2102c2020-04-17 19:52:43 +030027S = "${WORKDIR}/git"