diff options
author | 2022-06-16 00:59:47 -0400 | |
---|---|---|
committer | 2022-06-17 16:44:34 -0400 | |
commit | 5fdeddef62f6873e0cc726c73760fe9fb8d57b36 (patch) | |
tree | a55646d2de921a2a257e755bb642e19541597ee7 /recipes-core/udev/demo-i2c-udev-conf/99-agl-led-rtc.rules | |
parent | de875a8bcbad58763d17c1b462970dca10280b95 (diff) |
demo-i2c-udev-conf: update for reworked agl-service-hvac
Update demo-i2c-udev-conf recipe and the script and systemd unit
it installs to generate the configuration that the reworked
agl-service-hvac daemon expects for LED configuration for the
demo platform.
Bug-AGL: SPEC-4409
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Id9ae8413971b5b2189c9fb14ed7cd7cb72f67ab9
Diffstat (limited to 'recipes-core/udev/demo-i2c-udev-conf/99-agl-led-rtc.rules')
-rw-r--r-- | recipes-core/udev/demo-i2c-udev-conf/99-agl-led-rtc.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/udev/demo-i2c-udev-conf/99-agl-led-rtc.rules b/recipes-core/udev/demo-i2c-udev-conf/99-agl-led-rtc.rules index 34fa06784..f406646ab 100644 --- a/recipes-core/udev/demo-i2c-udev-conf/99-agl-led-rtc.rules +++ b/recipes-core/udev/demo-i2c-udev-conf/99-agl-led-rtc.rules @@ -6,7 +6,7 @@ ACTION=="add", ENV{DEVTYPE}=="usb_interface", ENV{DRIVER}=="i2c-tiny-usb", RUN+= ACTION=="add", ENV{DEVTYPE}=="usb_interface", ENV{DRIVER}=="i2c-tiny-usb", RUN+="/usr/bin/logger 'Loading rtc driver'", RUN+="/sbin/modprobe rtc-ds1307" # %k is the blinkm i2c device e.g. 6-0009 -ACTION=="add", ENV{DRIVER}=="blinkm", SUBSYSTEM=="i2c", RUN+="/usr/bin/logger 'the blinkm device is %k'", TAG+="systemd", ENV{SYSTEMD_WANTS}="hvac-json-in-rewrite@%k.service", GOTO="very_end" +ACTION=="add", ENV{DRIVER}=="blinkm", SUBSYSTEM=="i2c", RUN+="/usr/bin/logger 'the blinkm device is %k'", TAG+="systemd", ENV{SYSTEMD_WANTS}="hvac-conf-in-rewrite@%k.service", GOTO="very_end" # FIXME: We do not exclude the blinkm on the next lines, yet. The rule is too broad, but that is all we know already. Above is actually later in time. # For now this is not critical as the rtc init will just fail and we're done. |