blob: 3abd95536cf106ca98f4d843d38bfad6c93220ca [file] [log] [blame]
Ed Tanous9936f862022-09-19 09:13:20 -07001# Warning. Add additional providers with whitelists to distro or machine
2# configuration and not in recipe context (bbappend) otherwise ipmid will not
3# know about your whitelist.
Brad Bishop8fffc162016-08-19 09:02:54 -05004SUMMARY = "OpenBMC - IPMI providers"
Ed Tanous9936f862022-09-19 09:13:20 -07005SUMMARY:${PN}-libs = "Extra providers for ipmid."
6PROVIDES = "${PACKAGES}"
Brad Bishop8fffc162016-08-19 09:02:54 -05007PR = "r1"
8
9inherit packagegroup
Brad Bishop8fffc162016-08-19 09:02:54 -050010
Brad Bishop8fffc162016-08-19 09:02:54 -050011PACKAGES = "${PN}-libs"
12
Patrick Williams12fc9392021-08-06 09:16:53 -050013RDEPENDS:${PN}-libs = "${VIRTUAL-RUNTIME_phosphor-ipmi-providers}"