From 1542bae0c70185a7fd0109e866aa12871ed4b220 Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Wed, 9 Nov 2016 05:23:39 -0600 Subject: Miscellaneous updates to inventory interfaces - Placed interfaces corresponding to physical items under Inventory/Item/ and interfaces which serve as item decorators under Inventory/Decorator/. - Add some new dbus interfaces. - Restructured Board item related interfaces such that there's a parent Board interface, and derivatives such as Motherboard, IO board, etc. - Added new properties to existing interfaces. Change-Id: I52b7c1a789df6745d1786d927fab06db40524448 Signed-off-by: Deepak Kodihalli --- xyz/openbmc_project/Inventory/Item/Board/Motherboard.interface.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 xyz/openbmc_project/Inventory/Item/Board/Motherboard.interface.yaml (limited to 'xyz/openbmc_project/Inventory/Item/Board/Motherboard.interface.yaml') diff --git a/xyz/openbmc_project/Inventory/Item/Board/Motherboard.interface.yaml b/xyz/openbmc_project/Inventory/Item/Board/Motherboard.interface.yaml new file mode 100644 index 0000000..fb3b048 --- /dev/null +++ b/xyz/openbmc_project/Inventory/Item/Board/Motherboard.interface.yaml @@ -0,0 +1,4 @@ +description: > + Implement to provide motherboard attributes. + +# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 -- cgit v1.2.1