From 915592415c57092cb3e8072becf4b1efd706c488 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 12 Oct 2021 20:28:34 -0500 Subject: 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 Change-Id: I280dea863b89a22c9ca96f888c0a2b0d209e2093 --- .../configuration/hr855xg2-yaml-config.bb | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 meta-lenovo/meta-hr855xg2/recipes-phosphor/configuration/hr855xg2-yaml-config.bb (limited to 'meta-lenovo/meta-hr855xg2/recipes-phosphor/configuration/hr855xg2-yaml-config.bb') diff --git a/meta-lenovo/meta-hr855xg2/recipes-phosphor/configuration/hr855xg2-yaml-config.bb b/meta-lenovo/meta-hr855xg2/recipes-phosphor/configuration/hr855xg2-yaml-config.bb deleted file mode 100644 index fcf97f9f8..000000000 --- a/meta-lenovo/meta-hr855xg2/recipes-phosphor/configuration/hr855xg2-yaml-config.bb +++ /dev/null @@ -1,36 +0,0 @@ -#"Copyright (c) 2019-present Lenovo" - -SUMMARY = "YAML configuration for hr855xg2" -PR = "r1" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://${LENOVOBASE}/COPYING.BSD;md5=efc72ac5d37ea632ccf0001f56126210" - -inherit allarch - -SRC_URI_append_hr855xg2 = "file://hr855xg2-ipmi-fru.yaml \ - file://hr855xg2-ipmi-fru-properties.yaml \ - file://hr855xg2-ipmi-sensors.yaml \ - file://hr855xg2-leds.yaml \ - " - -S = "${WORKDIR}" - -do_install() { - install -m 0644 -D hr855xg2-ipmi-fru-properties.yaml \ - ${D}${datadir}/${BPN}/ipmi-extra-properties.yaml - install -m 0644 -D hr855xg2-ipmi-fru.yaml \ - ${D}${datadir}/${BPN}/ipmi-fru-read.yaml - install -m 0644 -D hr855xg2-ipmi-sensors.yaml \ - ${D}${datadir}/${BPN}/ipmi-sensors.yaml - install -m 0644 -D hr855xg2-leds.yaml \ - ${D}${datadir}/${BPN}/led.yaml -} - -FILES_${PN}-dev = " \ - ${datadir}/${BPN}/ipmi-extra-properties.yaml \ - ${datadir}/${BPN}/ipmi-fru-read.yaml \ - ${datadir}/${BPN}/ipmi-sensors.yaml \ - ${datadir}/${BPN}/led.yaml \ - " - -ALLOW_EMPTY_${PN} = "1" -- cgit v1.2.3