summaryrefslogtreecommitdiff
path: root/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-node-manager-proxy_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-10-25bytedance: g220a: Remove node managerLei YU1-23/+0
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 <yulei.sh@bytedance.com> Change-Id: I735f5b4d9b1cfa0ff4c0e47d349f99e847c0a7bd
2021-08-13meta-bytedance: Cleanup for Yocto override syntax changeLei YU1-2/+2
convert-overrides.py meta-bytedance git grep -l _g220a -- meta-bytedance | grep ".bb" | \ xargs sed -i 's/_g220a/:g220a/' git grep -l _u-boot -- meta-bytedance | xargs sed -i \ 's/_u-boot/:u-boot/' Tested: $ git grep "_[a-z0-9_/-]*[ :]" -- meta-bytedance | grep ".bb" meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend:do_install:append() { meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager_%.bbappend:do_install:append() { meta-bytedance/meta-g220a/recipes-phosphor/console/obmc-console_%.bbappend:do_install:append() { meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend:do_install:append(){ meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend:do_install:append() { meta-bytedance/recipes-core/systemd/systemd-conf_%.bbappend:do_install:append() { meta-bytedance/recipes-core/systemd/systemd_%.bbappend:do_install:append () { Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I26fb4c52012ee407ceb26c5a4120bf7b0b7a165a
2021-07-02bytedance: g220a: node-manager: Remove total power sensorLei YU1-0/+4
The Total_Power sensor is not available on g220a system, add patch to remove it. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Ibc70bec3d56b13740d3f17a666a8d0b0fa7c8429
2021-07-02bytedance: g220a: Enable phosphor-node-manager-proxyLotus Xu1-0/+19
Tested: Verify the CPU_Power and Memory_Power sensors are OK. Signed-off-by: Lotus Xu <xuxiaohan@bytedance.com> Change-Id: I13fde13adc4062d5586167e411c129a986e3ad76