summaryrefslogtreecommitdiff
path: root/meta-bytedance/meta-g220a/recipes-phosphor/chassis
AgeCommit message (Collapse)AuthorFilesLines
2021-12-08bytedance: g220a: Modify power-control configLotus Xu1-9/+44
Tested: Test on qemu ipmi chassis status cmd work correct Signed-off-by: Lotus Xu <xuxiaohan@bytedance.com> Change-Id: I60d20bf58c21b5c81d5fbad7649c1e2b43351392
2021-08-20bytedance: g220a: Fix the dest dir for x86-power-controlJohn Wang1-1/+1
Fix the environment variables of the destination directory Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com> Change-Id: Iffd1ca218da9d9aeaff560ecf96c8b8267702994
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-05-24bytedance: g220a: Add power configJohn Wang2-0/+22
Add the power related config to enable power on. Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com> Signed-off-by: Lotus Xu <xuxiaohan@bytedance.com> Change-Id: I3912fc603cf249bb2a1f48f69b7e14d458a6e0f1