[PATCH skeleton 0/9] More skeleton refactoring
OpenBMC Patches
openbmc-patches at stwcx.xyz
Tue Jun 28 04:50:45 AEST 2016
This patchset aims to get skeleton ready for distribution as multiple independent packages.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/skeleton/115)
<!-- Reviewable:end -->
https://github.com/openbmc/skeleton/pull/115
Brad Bishop (9):
Add install-headers target
Add force link option to install target
libopenbmc_intf include path update
Move libopenbmc_intf codegen/xml
Update and run libopenbmc_intf codegen
Create a libopenbmc_intf symlink
libopenbmc_intf rules simplification
bin targets are rebuilt every time
Conditionally use system provided libopenbmc_intf
Makefile | 12 +-
bmcctl/control_bmc_obj.c | 4 +-
flashbios/flash_bios_obj.c | 4 +-
gdbus.mk | 8 +-
gdbus/interfaces/openbmc_intf.c | 32291 ---------------------
gdbus/interfaces/openbmc_intf.h | 4200 ---
hostcheckstop/host_checkstop_obj.c | 6 +-
hostwatchdog/host_watchdog_obj.c | 4 +-
libopenbmc_intf/Makefile | 43 +-
{gdbus => libopenbmc_intf}/codegen | 2 +-
libopenbmc_intf/gpio.c | 2 +-
libopenbmc_intf/openbmc_intf.c | 32292 +++++++++++++++++++++-
libopenbmc_intf/openbmc_intf.h | 4201 ++-
{gdbus/xml => libopenbmc_intf}/openbmc_intf.xml | 0
op-flasher/flasher_obj.c | 4 +-
op-hostctl/control_host_obj.c | 6 +-
op-pwrctl/power_control_obj.c | 6 +-
pciedetect/pcie_slot_present_obj.c | 6 +-
pwrbutton/button_power_obj.c | 6 +-
rstbutton/button_reset_obj.c | 6 +-
rules.mk | 21 +-
21 files changed, 36561 insertions(+), 36563 deletions(-)
delete mode 100644 gdbus/interfaces/openbmc_intf.c
delete mode 100644 gdbus/interfaces/openbmc_intf.h
rename {gdbus => libopenbmc_intf}/codegen (54%)
mode change 120000 => 100644 libopenbmc_intf/openbmc_intf.c
mode change 120000 => 100644 libopenbmc_intf/openbmc_intf.h
rename {gdbus/xml => libopenbmc_intf}/openbmc_intf.xml (100%)
--
2.9.0
More information about the openbmc
mailing list