summaryrefslogtreecommitdiff
path: root/meta-lenovo/meta-hr630/recipes-phosphor/leds
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-10-13 04:28:34 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-10-22 23:43:30 +0300
commit915592415c57092cb3e8072becf4b1efd706c488 (patch)
treecdb83ea25355999904f8c640e645979c47116caa /meta-lenovo/meta-hr630/recipes-phosphor/leds
parent4b8d0a10a4a3ce78a445bde81a913f130f8beb1b (diff)
downloadopenbmc-915592415c57092cb3e8072becf4b1efd706c488.tar.xz
meta-lenovo: remove unusable hr630 and hr855xg2 machines
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I280dea863b89a22c9ca96f888c0a2b0d209e2093
Diffstat (limited to 'meta-lenovo/meta-hr630/recipes-phosphor/leds')
-rw-r--r--meta-lenovo/meta-hr630/recipes-phosphor/leds/hr630-led-manager-config-native.bb21
-rw-r--r--meta-lenovo/meta-hr630/recipes-phosphor/leds/hr630-led-manager-config/led.yaml14
2 files changed, 0 insertions, 35 deletions
diff --git a/meta-lenovo/meta-hr630/recipes-phosphor/leds/hr630-led-manager-config-native.bb b/meta-lenovo/meta-hr630/recipes-phosphor/leds/hr630-led-manager-config-native.bb
deleted file mode 100644
index e3efa3d6d..000000000
--- a/meta-lenovo/meta-hr630/recipes-phosphor/leds/hr630-led-manager-config-native.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-#"Copyright (c) 2019-present Lenovo"
-
-SUMMARY = "Phosphor LED Group Management for hr630"
-PR = "r1"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://${LENOVOBASE}/COPYING.BSD;md5=efc72ac5d37ea632ccf0001f56126210"
-
-inherit native
-inherit obmc-phosphor-utils
-
-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-lenovo/meta-hr630/recipes-phosphor/leds/hr630-led-manager-config/led.yaml b/meta-lenovo/meta-hr630/recipes-phosphor/leds/hr630-led-manager-config/led.yaml
deleted file mode 100644
index b8b9ff620..000000000
--- a/meta-lenovo/meta-hr630/recipes-phosphor/leds/hr630-led-manager-config/led.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-#"Copyright (c) 2019-present Lenovo
-#Licensed under BSD-3, see COPYING.BSD file for details."
-
-bmc_booted:
- heartbeat:
- Action: 'Blink'
- DutyOn: 50
- Period: 1000
-
-enclosure_fault:
- fault:
- Action: 'On'
- DutyOn: 50
- Period: 0