entity-manager icon indicating copy to clipboard operation
entity-manager copied to clipboard

/var/configuration/system.json should be updated automatically

Open gluhow opened this issue 3 years ago • 1 comments

At the moment system.json is not updated, so users still have problems, which have been fixed in the new BMC firmware with updated entity-manager files

gluhow avatar Dec 08 '22 12:12 gluhow

There is following meson option now which can disable the system.json and force EM to re-parse all the config each time it starts.

option(
    'new-device-detection',
    type: 'boolean',
    value: true,
    description: 'Cache the current configuration to support new-device detection. This option can be set to false for development, which will force re-parsing of configuration.',
)

Does this solve your issue?

pointbazaar avatar Sep 29 '25 13:09 pointbazaar