summaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/demo-i2c-udev-conf/hvac.json.in
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-06-16 00:59:47 -0400
committerScott Murray <scott.murray@konsulko.com>2022-06-17 16:44:34 -0400
commit5fdeddef62f6873e0cc726c73760fe9fb8d57b36 (patch)
treea55646d2de921a2a257e755bb642e19541597ee7 /recipes-core/udev/demo-i2c-udev-conf/hvac.json.in
parentde875a8bcbad58763d17c1b462970dca10280b95 (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/hvac.json.in')
-rw-r--r--recipes-core/udev/demo-i2c-udev-conf/hvac.json.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-core/udev/demo-i2c-udev-conf/hvac.json.in b/recipes-core/udev/demo-i2c-udev-conf/hvac.json.in
deleted file mode 100644
index 01541a600..000000000
--- a/recipes-core/udev/demo-i2c-udev-conf/hvac.json.in
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "ledtemp": {
- "red": "/sys/class/leds/blinkm-@DEVICE@-red/brightness",
- "green": "/sys/class/leds/blinkm-@DEVICE@-green/brightness",
- "blue": "/sys/class/leds/blinkm-@DEVICE@-blue/brightness"
- }
-}