summaryrefslogtreecommitdiff
path: root/meta-bytedance/recipes-bytedance
AgeCommit message (Collapse)AuthorFilesLines
2021-08-13meta-bytedance: Cleanup for Yocto override syntax changeLei YU2-3/+3
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
2020-09-15Add and use usb-network packageLei YU4-1/+44
The usb-network.bb addes the service and config to enable usb-network by default. Tested: Verify that the usbeth0 device is created by default. (From meta-bytedance rev: d7af25d78f709173cb41789708eb95119b9e3dd1) Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I075598dbddd8d7919b82d50bdbb1d12dc7f59d1e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-15Add phosphor-misc-usb-ctrl recipeLei YU1-0/+1
The phosphor-misc is upstreamed including usb-ctrl support. Add the recipe phosphor-misc-usb-ctrl to get it. Tested: Verify the script usr/bin/usb-ctrl is in the built image. (From meta-bytedance rev: 32196546e7f58d6c3daaf9c8163c441a9744f564) Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Ifda08b4fb57e7eef5737be32db731e3ac5cd3828 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>