summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-01-07 07:42:11 -0800
committerPatrick Venture <venture@google.com>2019-01-28 08:19:36 -0800
commit042e47233150dbd8fe0a1bed47b47340ef4860b5 (patch)
treed1c58e926d7e36f3d7ad496cb060c4d4762762f0 /Makefile.am
parentfbafa25b0cbc9e20b9da0cc0fd007370b9f8fadd (diff)
downloadphosphor-networkd-042e47233150dbd8fe0a1bed47b47340ef4860b5.tar.gz
phosphor-networkd-042e47233150dbd8fe0a1bed47b47340ef4860b5.zip
move service file, dbus conf into repo
Move the service file for phosphor-networkd from the bitbake recipe to the source repository. Move the dbus configuration file for phosphor-network from a generated file to the source repository. Tested: Verified dbus conf and service file were installed where expected. Change-Id: Idd1a1872aeb020f6b0e2eb9dba7c2e96198be2af Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 43f4643..8e5c191 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,14 @@ nobase_nodist_include_HEADERS = \
xyz/openbmc_project/Network/VLAN/Create/server.hpp \
xyz/openbmc_project/Network/IP/Create/server.hpp
+if HAVE_SYSTEMD
+systemdsystemunit_DATA = \
+ xyz.openbmc_project.Network.service
+
+dbuspolicy_DATA = \
+ xyz.openbmc_project.Network.conf
+endif
+
sbin_PROGRAMS = phosphor-network-manager ncsi-netlink
noinst_HEADERS = \
OpenPOWER on IntegriCloud