e3 configuration doesn't work for normal build modes
-
loadIocsh
doesn't exist since require 3.2.0 or so -
connect.iocsh
currentlyrequire
s some other modules, which isn't allowed in snippets -
connect.iocsh
tries to set upessioc
(previously calledcommon
), which should be done in the IOC (startup script) -
connect.iocsh
cannot findchassis.iocsh
(the module path must be appended;iocshLoad("$(ipmimanager_DIR)chassis.iocsh")
)