summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/files/obmc-phosphor-eventd.py
diff options
context:
space:
mode:
authorChris Austen <austenc@us.ibm.com>2015-10-25 00:21:04 -0500
committerPatrick Williams <patrick@stwcx.xyz>2015-10-30 15:48:11 -0500
commit98fcc5d599b678b506e9610a3ddf29dd18c0dae6 (patch)
tree3006154e9aa1e9382de7f504424ef05541fb2eb6 /meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/files/obmc-phosphor-eventd.py
parenta58036abaa0633e07e48fe8be88cf7820b38bb9a (diff)
downloadtalos-openbmc-98fcc5d599b678b506e9610a3ddf29dd18c0dae6.tar.gz
talos-openbmc-98fcc5d599b678b506e9610a3ddf29dd18c0dae6.zip
Adding real event log manager
removed the eventd program from the skeleton includes
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/files/obmc-phosphor-eventd.py')
-rw-r--r--meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/files/obmc-phosphor-eventd.py29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/files/obmc-phosphor-eventd.py b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/files/obmc-phosphor-eventd.py
deleted file mode 100644
index ed4506806..000000000
--- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-event/files/obmc-phosphor-eventd.py
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/env python
-
-# Contributors Listed Below - COPYRIGHT 2015
-# [+] International Business Machines Corp.
-#
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# permissions and limitations under the License.
-
-import time
-import sys
-import dbus
-import dbus.service
-import dbus.mainloop.glib
-
-if __name__ == '__main__':
- print "obmc-phosphor-eventd starting..."
-
- while 1:
- time.sleep(5)
OpenPOWER on IntegriCloud