phosphor-networkd: srcrev bump da0b1d4627..c922d5e8f5

Asmitha Karunanithi (1):
      An application for hypervisor network configuration

William A. Kennington III (2):
      util: fromString: Reduce string allocations
      ethernet_interface: Fix nicEnabled property ordering

Change-Id: I9f3f96d7f60092d7244b10c6fd4c8886d07d1cca
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
index a76ad1e..d9aa97f 100644
--- a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
+++ b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
@@ -11,7 +11,7 @@
 inherit systemd
 
 SRC_URI += "git://github.com/openbmc/phosphor-networkd;branch=master;protocol=https"
-SRCREV = "da0b1d4627d7b71fe24e962b383401b4ed63c5c9"
+SRCREV = "c922d5e8f5baed49b605b378b45a226c0d657286"
 
 DEPENDS += "systemd"
 DEPENDS += "sdbusplus ${PYTHON_PN}-sdbus++-native"
@@ -29,6 +29,7 @@
 PACKAGECONFIG[default-ipv6-accept-ra] = "-Ddefault-ipv6-accept-ra=true,-Ddefault-ipv6-accept-ra=false,,"
 PACKAGECONFIG[nic-ethtool] = "-Dnic-ethtool=true,-Dnic-ethtool=false,,"
 PACKAGECONFIG[sync-mac] = "-Dsync-mac=true,-Dsync-mac=false,nlohmann-json,"
+PACKAGECONFIG[ibm-hyp-nw-config] = "-Dhyp-nw-config=true,-Dhyp-nw-config=false,,"
 
 S = "${WORKDIR}/git"
 
@@ -36,5 +37,6 @@
 
 SYSTEMD_PACKAGES = "${PN}"
 SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.Network.service"
+SYSTEMD_SERVICE:${PN}:append = "${@bb.utils.contains('PACKAGECONFIG', 'ibm-hyp-nw-config', ' xyz.openbmc_project.Network.Hypervisor.service', '', d)}"
 
 EXTRA_OEMESON:append = " -Dtests=disabled"