blob: 0c4053c26a4d46ce5f8833f61c0c4a29908f3d81 [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC BMC update utility"
2DESCRIPTION = "OpenBMC BMC update utility."
Patrick Ventureb6889d22018-10-09 19:46:29 -07003PV = "1.0+git${SRCPV}"
Ed Tanous9936f862022-09-19 09:13:20 -07004PR = "r1"
5
6SKELETON_DIR = "pyflashbmc"
Brad Bishop5f9be072016-06-27 14:53:52 -04007
8inherit skeleton-python
Brad Bishop1d525fa2016-08-17 20:27:37 -04009inherit obmc-phosphor-dbus-service
Brad Bishop5f9be072016-06-27 14:53:52 -040010
Patrick Williams12fc9392021-08-06 09:16:53 -050011RDEPENDS:${PN} += "\
Brad Bishop5f9be072016-06-27 14:53:52 -040012 python-dbus \
13 python-compression \
14 python-shell \
15 python-pygobject \
Brad Bishopeb453542016-07-06 13:34:15 -040016 python-subprocess \
17 python-io \
Brad Bishop376b0652016-08-29 21:47:04 -040018 pyphosphor-dbus \
Brad Bishop5f9be072016-06-27 14:53:52 -040019 "
20
Patrick Williams12fc9392021-08-06 09:16:53 -050021DBUS_SERVICE:${PN} += "org.openbmc.control.BmcFlash.service"