summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/leds
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-10-13 19:06:09 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-14 12:29:12 +0300
commit958cdfdb197d2a3dbd37a4effa92cf56ba9324bf (patch)
tree7f05caecfe6c3bc7bca7078ea9e9ff53538075da /meta-phosphor/recipes-phosphor/leds
parentaedeb5f6763b41d1e832ba438b547c7654db7a71 (diff)
downloadopenbmc-958cdfdb197d2a3dbd37a4effa92cf56ba9324bf.tar.xz
meta-phosphor: remove unused phosphor-led-manager-error-native recipe
This content is also covered by phosphor-led-manager-yaml-provider and is not pulled into any systems. Remove the old recipe. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0be28efbe3da677e508841b2a2beb09de9a4e1d6
Diffstat (limited to 'meta-phosphor/recipes-phosphor/leds')
-rw-r--r--meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-error-native_git.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-error-native_git.bb b/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-error-native_git.bb
deleted file mode 100644
index 0eca2ab4e1..0000000000
--- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-error-native_git.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "Copy error yaml files to known path for elog parsing"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-PV = "1.0+git${SRCPV}"
-PR = "r1"
-
-S = "${WORKDIR}/git"
-
-inherit phosphor-dbus-yaml
-inherit native
-
-do_install:append() {
- SRC=${S}/xyz/openbmc_project/Led/
- DEST=${D}${yaml_dir}/xyz/openbmc_project/Led/
- install -d ${DEST}/Fru
- install ${SRC}/*.errors.yaml ${DEST}
- install ${SRC}/*.metadata.yaml ${DEST}
- install ${SRC}/Fru/*.errors.yaml ${DEST}/Fru
- install ${SRC}/Fru/*.metadata.yaml ${DEST}/Fru
-}
-
-require phosphor-led-manager.inc