summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds
diff options
context:
space:
mode:
authorDave Cobbley <david.j.cobbley@linux.intel.com>2018-08-23 04:40:54 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-23 19:39:42 +0300
commit194ff4f1f5d44b12e9cb06ddafa6adb20174a13c (patch)
tree823835cd29daf8901a31ac14c7e6534abf199be3 /meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds
parent4feb727cd6b77a68bdaca63e121b378d814f5eaf (diff)
downloadopenbmc-194ff4f1f5d44b12e9cb06ddafa6adb20174a13c.tar.xz
[Subtree] Bring openbmc machines to top level
The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config-native.bb18
-rwxr-xr-xmeta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml335
2 files changed, 0 insertions, 353 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config-native.bb b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config-native.bb
deleted file mode 100644
index 3c7adaaac..000000000
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config-native.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Phosphor LED Group Management for Romulus"
-PR = "r1"
-
-inherit native
-inherit obmc-phosphor-license
-
-PROVIDES += "virtual/phosphor-led-manager-config-native"
-
-SRC_URI += "file://led.yaml"
-S = "${WORKDIR}"
-
-# Overwrite the example led layout yaml file prior
-# to building the phosphor-led-manager package
-do_install() {
- SRC=${S}
- DEST=${D}${datadir}/phosphor-led-manager
- install -D ${SRC}/led.yaml ${DEST}/led.yaml
-}
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml
deleted file mode 100755
index b2e96c250..000000000
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml
+++ /dev/null
@@ -1,335 +0,0 @@
-bmc_booted:
- power:
- Action: 'Blink'
- DutyOn: 50
- Period: 1000
- Priority: 'On'
-
-power_on:
- power:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'On'
-
-enclosure_fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-
-enclosure_identify:
- identify:
- Action: 'Blink'
- DutyOn: 50
- Period: 1000
-
-# The Op Panel on the Romulus system holds a multicolor LED.
-# Both the 'fault' and 'identify' gpios are wired to the same LED.
-# By holding one in 'on' while the other in 'blink' state, ensures
-# the manufacturing process can verify both colors function
-lamp_test:
- fault:
- Action: 'Blink'
- DutyOn: 50
- Period: 1000
- Priority: 'Blink'
- identify:
- Action: 'On'
-
-# All kinds of faults using the same action as enclosure_fault
-Fan0Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-Fan1Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-Fan2Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-bmcFault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core0Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core1Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core2Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core3Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core4Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core5Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core6Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core7Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core8Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core9Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core10Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core11Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core12Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core13Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core14Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core15Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core16Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core17Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core18Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core19Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core20Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core21Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core22Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-core23Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-cpu0Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-cpu1Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm0Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm1Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm2Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm3Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm4Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm5Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm6Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm7Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm8Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm9Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm10Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm11Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm12Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm13Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm14Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-dimm15Fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-motherboardFault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-occFault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'
-systemFault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0
- Priority: 'Blink'