from require 3.0 on, EPICS 3.13. has afterInit and iocinfo does not need special handling

This commit is contained in:
2021-07-21 10:19:54 +02:00
parent bcd85a8304
commit fc614e6faa
2 changed files with 1 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
EPICS_MODULES = "/ioc/modules"
# Find a better way later to know current require version
REQUIRE_VERSION="2.10.10"
REQUIRE_VERSION="3.1.0"
# Set EPICS_HOST_ARCH according to vxWorks version and cpu type
VX6=(*runtimeVersion>>24)-'5'

View File

@@ -1,9 +1,5 @@
# 3rd part of common vxWorks startup
# EPICS 3.13 needs this to upload iocinfo to database
sprintf STRINGBUFFER,strncmp(EPICS,"R3.13.",6) ? ";" : "iocinfo"
execute STRINGBUFFER
# set the prompt
sprintf STRINGBUFFER, "%s > ", IOC
shellPromptSet STRINGBUFFER