blob: ae2f7c97ab42e7b3fbc412e389c7798746e91e1c [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
10
11DEPENDS += " \
12 sdbusplus \
13 openssl \
14"
15
16EXTRA_OEMESON_df-openpower = " \
17 -Dopenpower-support=true \
18"
19
20SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-fwupdate"
21SRCREV = "b922eb474447b76fb72cc615c025e3845b7c4b7e"
22S = "${WORKDIR}/git"