blob: 6ef74a8c186864d564a49c74e5e63093c4fd1302 [file] [log] [blame]
Adriana Kobylakf20b3aa2017-04-28 16:05:39 -05001SUMMARY = "OpenPower Software Management"
2DESCRIPTION = "OpenPower Software Manager provides a set of host software \
3management daemons. It is suitable for use on a wide variety of OpenPower \
4platforms."
5HOMEPAGE = "https://github.com/openbmc/openpower-pnor-code-mgmt"
6PR = "r1"
Patrick Venture191bfab2018-10-17 07:42:11 -07007PV = "1.0+git${SRCPV}"
Adriana Kobylakf20b3aa2017-04-28 16:05:39 -05008LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
10
Lei YU3ba97552019-03-11 17:32:32 +080011inherit autotools pkgconfig systemd
Adriana Kobylakf20b3aa2017-04-28 16:05:39 -050012inherit obmc-phosphor-dbus-service
Patrick Williams6d7f40b2017-08-28 12:00:05 -050013inherit pythonnative
Adriana Kobylakf20b3aa2017-04-28 16:05:39 -050014
Lei YU3ba97552019-03-11 17:32:32 +080015inherit ${@bb.utils.contains('DISTRO_FEATURES', 'openpower-ubi-fs', \
16 'openpower-software-manager-ubi', \
17 'openpower-software-manager-static', d)}
18
Adriana Kobylakd7c95052018-05-07 13:28:09 -050019PACKAGECONFIG[verify_pnor_signature] = "--enable-verify_pnor_signature,--disable-verify_pnor_signature"
Lei YU3ba97552019-03-11 17:32:32 +080020PACKAGECONFIG[ubifs_layout] = "--enable-ubifs_layout,--disable-ubifs_layout,,mtd-utils-ubifs"
Adriana Kobylakd7c95052018-05-07 13:28:09 -050021
Adriana Kobylak4315c912018-10-10 14:29:15 -050022EXTRA_OECONF += " \
23 PNOR_MSL="v2.0.10 v2.2" \
24 "
25
Adriana Kobylakf20b3aa2017-04-28 16:05:39 -050026DEPENDS += " \
27 autoconf-archive-native \
28 phosphor-dbus-interfaces \
29 phosphor-logging \
30 sdbusplus \
Patrick Williams6d7f40b2017-08-28 12:00:05 -050031 sdbusplus-native \
Adriana Kobylakf20b3aa2017-04-28 16:05:39 -050032 "
33
34RDEPENDS_${PN} += " \
Patrick Williams21d65692017-08-09 17:36:04 -050035 virtual-obmc-image-manager \
Adriana Kobylakf20b3aa2017-04-28 16:05:39 -050036 "
37
Adriana Kobylak2e950822017-06-02 09:22:40 -050038S = "${WORKDIR}/git"
39
40SRC_URI += "git://github.com/openbmc/openpower-pnor-code-mgmt"
41
Andrew Geissler2df46662019-04-01 16:41:19 +000042SRCREV = "799eb1972c141271068cd4ea1010753e0347d8ab"
Adriana Kobylak2e950822017-06-02 09:22:40 -050043
Adriana Kobylakf20b3aa2017-04-28 16:05:39 -050044DBUS_SERVICE_${PN} += "org.open_power.Software.Host.Updater.service"
Adriana Kobylak2e950822017-06-02 09:22:40 -050045
Adriana Kobylakf20b3aa2017-04-28 16:05:39 -050046SYSTEMD_SERVICE_${PN} += " \
Adriana Kobylak32803f82018-10-10 09:47:17 -050047 op-pnor-msl.service \
Adriana Kobylakf20b3aa2017-04-28 16:05:39 -050048 "