From 9c11894eb919034fb7841520aea3f476783a85c6 Mon Sep 17 00:00:00 2001 From: Jaghathiswari Rankappagounder Natarajan Date: Tue, 12 Feb 2019 13:22:55 -0800 Subject: Add support for Entity Association Record Adding support for Entity Association Record (SDR type - 0x08h) This patch includes: 1) Entity Association Record yaml file example 2) Entity Assocation Record related script and mako file changes 3) Adding Entity Association Record in get_sdr IPMI command response From the host, tested that entity association records can be fetched Change-Id: I9cf598e5d27d2e8c6751bbaae2176e7c976974b1 Tested: Yes Signed-off-by: Jaghathiswari Rankappagounder Natarajan --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9bf6d4e..20af6ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,8 @@ nodist_ipmid_SOURCES = ipmiwhitelist.cpp libipmi20_BUILT_LIST = \ sensor-gen.cpp \ inventory-sensor-gen.cpp \ - fru-read-gen.cpp + fru-read-gen.cpp \ + entity-gen.cpp BUILT_SOURCES = \ ipmiwhitelist.cpp \ @@ -70,6 +71,9 @@ inventory-sensor-gen.cpp: fru-read-gen.cpp: $(AM_V_GEN)@FRUGEN@ -o $(top_builddir) generate-cpp +entity-gen.cpp: + $(AM_V_GEN)@ENTITYGEN@ -o $(top_builddir) generate-cpp + providers_LTLIBRARIES += libipmi20.la libipmi20_la_SOURCES = \ app/channel.cpp \ -- cgit v1.2.1