From 8064196b93ca1ce2ad5cea86b84737a77b401c7c Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Thu, 16 Jul 2015 16:43:19 -0400 Subject: opensaf: add optional openhpi support OpenSAF uses OpenHPI if available. If openhpi happens to be in PACKAGECONFIG from the build, turn on support in OpenSAF and add it to the DEPENDS list. Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb b/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb index 3d0175e033..686407a25f 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb +++ b/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb @@ -37,6 +37,7 @@ SYSTEMD_SERVICE_${PN} += "opensafd.service plmcboot.service plmcd.service" SYSTEMD_AUTO_ENABLE = "disable" PACKAGECONFIG[systemd] = "--enable-systemd-daemon" +PACKAGECONFIG[openhpi] = "--with-hpi-interface=B03 --enable-ais-plm,,openhpi" do_configure_prepend () { ( cd ${S}; autoreconf -f -i -s ) -- cgit 1.2.3-korg