commit | 0f636981e852bf9bf2750ef8028393839def411b | [log] [tgz] |
---|---|---|
author | Ratan Gupta <ratagupt@in.ibm.com> | Mon Oct 24 22:48:11 2016 -0500 |
committer | Ratan <ratagupt@in.ibm.com> | Fri Nov 11 19:35:53 2016 +0530 |
tree | 5d3430176614b53abc9fdff212668255ace4a87c | |
parent | 27e6fcdadbf0624d5cf8282231c7f8f72b53064e [diff] |
Install the network-manager conf file in sysconf Fixes openbmc/openbmc#622 Change-Id: I559f5771102c79b3f13c9c0323c12c03fa51684f Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/common/recipes-phosphor/network/network.bb b/common/recipes-phosphor/network/network.bb index a014894..c4738e9 100644 --- a/common/recipes-phosphor/network/network.bb +++ b/common/recipes-phosphor/network/network.bb
@@ -23,4 +23,5 @@ do_install_append() { install -d ${D}/${sbindir} install ${S}/netman.py ${D}/${sbindir} + install ${S}/conf/network-manager.conf ${D}/${sysconfdir} }