From c06258c00235cb05d741309cb456e800cc6532d4 Mon Sep 17 00:00:00 2001 From: Lei YU Date: Mon, 25 Oct 2021 11:26:42 +0800 Subject: bytedance: g220a: Remove node manager The node manager is maintained in https://github.com/Intel-BMC/node-manager and it is not buildable with latest OpenBMC. The OpenBMC guideline[1] and the repotest[2] does not accept pathces in machine layers, so the patches to node-manager are not accepted. Remove the recipe for now, otherwise the build fails. [1]: https://github.com/openbmc/docs/blob/master/meta-layer-guidelines.md [2]: https://github.com/openbmc/openbmc-build-scripts/blob/master/build-setup.sh#L141 Signed-off-by: Lei YU Change-Id: I735f5b4d9b1cfa0ff4c0e47d349f99e847c0a7bd --- .../ipmi/phosphor-node-manager-proxy_git.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-node-manager-proxy_git.bb (limited to 'meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-node-manager-proxy_git.bb') diff --git a/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-node-manager-proxy_git.bb b/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-node-manager-proxy_git.bb deleted file mode 100644 index 4d9dd1b99..000000000 --- a/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-node-manager-proxy_git.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Node Manager Proxy" -DESCRIPTION = "The Node Manager Proxy provides a simple interface for communicating \ -with Management Engine via IPMB" - -SRC_URI = "git://github.com/Intel-BMC/node-manager;protocol=ssh" -SRCREV = "23590b428ea26e0ed4b8225015471b962e3b3704" -PV = "0.1+git${SRCPV}" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" - -SYSTEMD_SERVICE:${PN} = "node-manager-proxy.service" - -DEPENDS = "sdbusplus \ - phosphor-logging \ - boost" - -S = "${WORKDIR}/git/" -inherit cmake systemd - -SRC_URI:append = " \ - file://0001-Remove-Total_Power-sensor.patch \ -" -- cgit v1.2.3