Details
-
Type:
Bug
-
Status: Done
-
Priority:
Low
-
Resolution: Fixed
-
Affects Version/s: 2.2.2
-
Fix Version/s: 2.6.0
-
Labels:
-
Days in progress:0
Description
According to the documentation in mender_convert_config (see [here|https://github.com/mendersoftware/mender-convert/blob/master/configs/mender_convert_config#L57), multiple device types can be specified by providing a space-separated list of strings. This doesn't work unfortunately as the rest of the mender-convert code is not written to parse MENDER_DEVICE_TYPE as an array, but instead as a single string. This causes the build to fail.