balena-os / meta-balena

A collection of Yocto layers used to build balenaOS images
https://www.balena.io/os
968 stars 115 forks source link

tests/device-tree: Rework to account for new form of setting dtoverla… #3382

Closed floion closed 5 months ago

floion commented 5 months ago

…y in config.txt by the supervisor

The supervisor will now write the following dtoverlay setting

"gpio-key,gpio=4,active_low=0,gpio_pull=down"

into config.txt in the following form:

dtoverlay=gpio-key dtparam=gpio=4 dtparam=active_low=0 dtparam=gpio_pull=down

So we need to rework the test to account for these changes.

Change-type: patch


Contributor checklist

Reviewer Guidelines

floion commented 5 months ago

@resin-jenkins test this please

floion commented 5 months ago

@balena-ci I self-certify!

floion commented 5 months ago

@resin-jenkins test this please