summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/network/network.bb
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2016-02-03 17:34:16 -0600
committerAdriana Kobylak <anoo@us.ibm.com>2016-02-03 18:16:13 -0600
commit24f311456fd50a78b3964381deda35743114e99f (patch)
treeee2c1ef02aa3e64a0a7ad417ece0f851db3c3b58 /meta-phosphor/common/recipes-phosphor/network/network.bb
parent31ceb9743144a00d782d99e8b04caec1e93ccffd (diff)
downloadtalos-openbmc-24f311456fd50a78b3964381deda35743114e99f.tar.gz
talos-openbmc-24f311456fd50a78b3964381deda35743114e99f.zip
Update recipes and remove dhcp file
Backout kernel level since tag 20160202 has vuart support that bmc currently does not support Pickup IPMI and REST functions to update the MAC address Remove dhcp file from network recipe that seems to cause issues
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/network/network.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/network/network.bb8
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/network/network.bb b/meta-phosphor/common/recipes-phosphor/network/network.bb
index 633167834..fc589ef03 100644
--- a/meta-phosphor/common/recipes-phosphor/network/network.bb
+++ b/meta-phosphor/common/recipes-phosphor/network/network.bb
@@ -8,18 +8,14 @@ inherit obmc-phosphor-systemd
RDEPENDS_${PN} += "python-dbus python-pygobject"
-SRC_URI += "git://github.com/openbmc/phosphor-networkd \
- file://80-dhcp.network \
- "
+SRC_URI += "git://github.com/openbmc/phosphor-networkd"
-SRCREV = "6b3d6af5b9c38d734f20e859394db275e141328e"
+SRCREV = "1e1fe01bb7c1b3cebbe484f83b1729be331d3c37"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}/${sbindir}
install ${S}/netman.py ${D}/${sbindir}
- install -d ${D}/etc/systemd/network/
- install ${WORKDIR}/80-dhcp.network ${D}/etc/systemd/network/
}
OpenPOWER on IntegriCloud