History log of /openbmc/skeleton/fanctl/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 2f3213f9 02-Aug-2016 Yi Li <adamliyi@msn.com>

Add fanctl to skeleton

fanctl replaces pyfanctl. It provides fan control service with
dbus object "/org/openbmc/control/fans".

Currently there are two methods: setMax() to set all fans' speed to ma

Add fanctl to skeleton

fanctl replaces pyfanctl. It provides fan control service with
dbus object "/org/openbmc/control/fans".

Currently there are two methods: setMax() to set all fans' speed to maximum,
and updatePresent() to update the "Present" status of inventory objects:
"/org/openbmc/inventory/system/chassis/fan*".

In future, more methods will be added, like setting fan speed based on
temperature sensor reading.

Fixes openbmc/openbmc#93

Change-Id: Ic65089f5d0538cd5e17cfcd9f27e652ae6080ec5
Signed-off-by: Yi Li <adamliyi@msn.com>

show more ...


# 5213a991 13-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #101 from bradbishop/refactoring

skeleton refactoring


# 40a360c2 28-May-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Reorganize directory structure

Moving to directory per-application layout. This facilitates
building single applications which is useful in the Yocto build
environment since different applications

Reorganize directory structure

Moving to directory per-application layout. This facilitates
building single applications which is useful in the Yocto build
environment since different applications satisfy different OpenBMC
build requirements.

A number of issues are also addressed:
- All applications were pulling in libsystemd and the gdbus libs
irrespective of whether or not they were needed.
- gpio.o duplicated in every application - moved to libopenbmc_intf
- Added install target

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...