meta-yosemitev2: add gpio description for debug card
Added gpio description for yosemitev2 platform.
Tested:
Verfied with OCP external debug card display.
Signed-off-by: Manikandan Elumalai <manikandan.hcl.ers.epl@gmail.com>
Change-Id: If72827b8295e27c7d81da5e9f4b412608da9addf
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4e7c69..b01f6cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,3 +86,8 @@
install (TARGETS zfboemcmds DESTINATION lib/ipmid-providers)
install (FILES ${CONFIG_FILES} DESTINATION ${PACKAGE_DIR})
+
+if(BIC)
+set (CONFIG_FILES_YV2 yosemitev2/gpio_desc.json)
+install (FILES ${CONFIG_FILES_YV2} DESTINATION ${PACKAGE_DIR})
+endif()