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

git at git.openembedded.org git at git.openembedded.org
Thu Jul 30 15:34:47 UTC 2015


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

Author: Joe MacDonald <joe_macdonald at mentor.com>
Date:   Thu Jul 16 16:43:19 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>

---

 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