summaryrefslogtreecommitdiff
path: root/meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor
diff options
context:
space:
mode:
Diffstat (limited to 'meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor')
-rw-r--r--meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor/leds/evb-zx3-pm3-led-manager-config-native.bb18
-rw-r--r--meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor/leds/evb-zx3-pm3-led-manager-config/led.yaml37
2 files changed, 0 insertions, 55 deletions
diff --git a/meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor/leds/evb-zx3-pm3-led-manager-config-native.bb b/meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor/leds/evb-zx3-pm3-led-manager-config-native.bb
deleted file mode 100644
index 64e0318ae..000000000
--- a/meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor/leds/evb-zx3-pm3-led-manager-config-native.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Phosphor LED Group Management for Enclustra Mars ZX3"
-PR = "r1"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-
-inherit native
-
-PROVIDES += "virtual/phosphor-led-manager-config-native"
-
-SRC_URI += "file://led.yaml"
-S = "${WORKDIR}"
-
-# Copies example led layout yaml file
-do_install() {
- SRC=${S}
- DEST=${D}${datadir}/phosphor-led-manager
- install -D ${SRC}/led.yaml ${DEST}/led.yaml
-}
diff --git a/meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor/leds/evb-zx3-pm3-led-manager-config/led.yaml b/meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor/leds/evb-zx3-pm3-led-manager-config/led.yaml
deleted file mode 100644
index 38eb7697f..000000000
--- a/meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor/leds/evb-zx3-pm3-led-manager-config/led.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-enclosure_identify:
- led1:
- Action: 'Blink'
- DutyOn: 20
- Period: 100
-
-bmc_booted:
- led2:
- Action: 'Blink'
- DutyOn: 50
- Period: 1000
-
-power_on:
- led3:
- Action: 'Blink'
- DutyOn: 50
- Period: 1000
-
-enclosure_fault:
- led3:
- Action: 'Blink'
- DutyOn: 50
- Period: 30
-
-lamp_test:
- led1:
- Action: 'Blink'
- DutyOn: 20
- Period: 50
- led2:
- Action: 'Blink'
- DutyOn: 20
- Period: 100
- led3:
- Action: 'Blink'
- DutyOn: 20
- Period: 150