[oe-commits] Joe MacDonald : opensaf: add optional openhpi support

git at git.openembedded.org git at git.openembedded.org
Mon Jul 27 16:44:25 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: e42c336a0c64b1f0f33f515df0b94e2225326733
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e42c336a0c64b1f0f33f515df0b94e2225326733

Author: Joe MacDonald <joe_macdonald at mentor.com>
Date:   Fri Jul 17 10:46:16 2015 -0400

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 <joe_macdonald at mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 3d0175e..686407a 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 )



More information about the Openembedded-commits mailing list