Alexander Filippov | 2c9c5df | 2020-04-17 19:52:43 +0300 | [diff] [blame] | 1 | SUMMARY = "YADRO Firmware update tool" |
| 2 | DESCRIPTION = "Command line tool for update firmware" |
| 3 | HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-fwupdate" |
| 4 | PR = "r1" |
| 5 | PV = "1.0+git${SRCPV}" |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 8 | |
| 9 | inherit meson |
| 10 | |
| 11 | DEPENDS += " \ |
| 12 | sdbusplus \ |
| 13 | openssl \ |
| 14 | " |
| 15 | |
| 16 | EXTRA_OEMESON_df-openpower = " \ |
| 17 | -Dopenpower-support=true \ |
| 18 | " |
| 19 | |
| 20 | SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-fwupdate" |
Alexander Filippov | c486c25 | 2020-08-05 15:17:22 +0300 | [diff] [blame] | 21 | SRCREV = "9ec0aeee1ed8ab573ced558120a7eb641bac399d" |
Alexander Filippov | 2c9c5df | 2020-04-17 19:52:43 +0300 | [diff] [blame] | 22 | S = "${WORKDIR}/git" |