meta-yosemitev2: add system get/set guid support
Added get/set system GUID command for multi host YosemiteV2,
it reads/writes guid to the corresponding hosts Bridge IC(BIC).
Tested:
Verified this with host reboot(BIOS automatically
sends get GUID command to BMC).
Verified this ipmitool.
Get System GUID:
ipmitool raw 60x37
Set System GUID:
ipmitool raw 0x30 0xEF 0 252 109 1 0 135 236 73 26
54 249 84 1 1 80 7 8
Signed-off-by: Manikandan Elumalai <manikandan.hcl.ers.epl@gmail.com>
Change-Id: I4d24a2fb4bf98f38afd7c0d07df0005c22535d48
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b01f6cb..93a7847 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,6 +65,7 @@
if(BIC)
SET(bicFile "src/biccommands.cpp")
+ add_definitions (-DBIC_ENABLED)
endif()
add_library (zfboemcmds