From f14cc1b38d12e658dbbb4102452e11a1de9ab6d6 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Wed, 12 Jun 2019 13:01:04 -0500 Subject: Put dbus monitor policies in one place To better organize the policies(and the configurations) that are used by phosphor-dbus-monitor, all of them are now located under the `dbus` directory. This moves toward a more understandable and centralized scheme for the recipe(s) used to configure and build phosphor-dbus-monitor. (From meta-ibm rev: 4b80c4f2b3a62d8084fc43f95177e299d53387ae) Change-Id: Ie99c5dbe55c2295fc5cd7b5e7722cc10064e1b71 Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../recipes-phosphor/dbus/events-policy.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy.bb (limited to 'meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy.bb') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy.bb new file mode 100644 index 000000000..f456e4287 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy.bb @@ -0,0 +1,17 @@ +SUMMARY = "Event policy configuration for meta-witherspoon machines" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://config.yaml" + +do_install() { + install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml +} + +FILES_${PN} += "${config_dir}/config.yaml" -- cgit v1.2.3