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

git at git.openembedded.org git at git.openembedded.org
Wed Jul 29 15:08:15 UTC 2015


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

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