History log of /openbmc/phosphor-logging/callouts/callouts-gen.mako.hpp (Results 1 – 2 of 2)
Revision Date Author Comments
# 50d5d260 01-May-2017 Patrick Williams <patrick@stwcx.xyz>

python3: iteritems does not exist

Change iteritems to items, which is slightly slower
on python2 but exists in both. None of the maps manipulated
by this program are large enough fo

python3: iteritems does not exist

Change iteritems to items, which is slightly slower
on python2 but exists in both. None of the maps manipulated
by this program are large enough for the items vs iteritems
to be a concern.

Change-Id: I63032ddde53a116431cc2cbe01828448a4d4f328
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 5650b399 02-Mar-2017 Deepak Kodihalli <dkodihal@in.ibm.com>

callouts: add script to generate callout mappings

Add a script that can generate callout mappings. The script needs an
input YAML to denote callout mappings. Add an example YAML.

callouts: add script to generate callout mappings

Add a script that can generate callout mappings. The script needs an
input YAML to denote callout mappings. Add an example YAML.

Change-Id: I7b49fe4c586bf7abfed2865cfd776de4d5745ef5
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>

show more ...