From a69d9ce1fa2b30d3538426196bad25482734b4b2 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 9 Oct 2018 19:42:23 -0700 Subject: meta-phosphor: chassis: obmc-control-chassis: rename as git obmc-control-chassis.bb inherits skeleton-python, which is git-based. (From meta-phosphor rev: 65b6f86249a2741912327668a89e7867c7960b4f) Change-Id: Ieceabb029edc0259cb18ed66328e46685109b501 Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- .../chassis/obmc-control-chassis_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb (limited to 'meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb') diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb new file mode 100644 index 000000000..affbccfe9 --- /dev/null +++ b/meta-phosphor/recipes-phosphor/chassis/obmc-control-chassis_git.bb @@ -0,0 +1,19 @@ +SUMMARY = "OpenBMC org.openbmc.control.Chassis example implementation" +DESCRIPTION = "An example implementation of the org.openbmc.control.Chassis DBUS API." +PR = "r1" +PV = "1.0+git${SRCPV}" + +inherit skeleton-python +inherit obmc-phosphor-dbus-service + +RDEPENDS_${PN} += "\ + python-dbus \ + python-pygobject \ + python-netclient \ + pyphosphor-dbus \ + " + +SKELETON_DIR = "pychassisctl" + +FMT = "org.openbmc.control.Chassis@{0}.service" +DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}" -- cgit v1.2.3