Thanks for your fast response.
Adding this meta-data in swupdate.cfg is not an option, because this configuration file is generic for many devices and built in Yocto.
In our case, this kind of device data is not known at build time.
It’s good to know that the IPC call with the data in the info section is currently not accessible from a Lua handler.
I will therefore create a Lua file at runtime that contains the device’s meta-data, written by the application.
This file can then be read by a preinstall handler, which works well for our use case.
I’m looking forward to the new feature for passing JSON via IPC in the future.