balena-supervisor/test/integration/config
Felipe Lalanne bda1bac04c Add support for repeated overlays
RPI firmware configuration allows repeating overlays to define
configurations on multiple devices. For instance, for configuring
multiple `ads` devices, `config.txt` needs to be setup this way

```
dtoverlay=ads1115,addr=0x48
dtoverlay=ads1115,addr=0x49
```

Before this change, the supervisor would interpret both lines as
belonging to the same overlay, preventing users from configuring multiple
devices, and leading to a loop when trying to apply configurations with
repeated overlays coming from the cloud side.

Change-type: minor
2024-02-27 14:52:41 -03:00
..
config-txt.spec.ts Add support for repeated overlays 2024-02-27 14:52:41 -03:00
extlinux.spec.ts Migrate all device config tests to integration. 2022-11-14 11:12:52 -03:00
extra-uenv.spec.ts backends: Add Jetson Orin NANO custom device-tree support 2023-07-11 18:11:32 +03:00
odmdata.spec.ts Migrate all device config tests to integration. 2022-11-14 11:12:52 -03:00
splash-image.spec.ts Migrate all device config tests to integration. 2022-11-14 11:12:52 -03:00
utils.spec.ts Use fatrw utility for writes to boot partition 2022-11-16 21:21:23 -03:00