summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-s6q/recipes-core
AgeCommit message (Collapse)AuthorFilesLines
2022-03-11meta-quanta: s6q: Add usb0 network interfaceJerry Wan2-17/+44
1. Fix the sytle of systemd-conf.bbappend to wrap with 80 characters. 2. Add usb0 network interface. 3. Disable ipv4 link-local address to avoid routing problems. Tested: Set the host's network interface to a link-local address and successfully communicate with the BMC via usb0. Signed-off-by: Jerry Wan <jerry.wan@quantatw.com> Change-Id: I9e6a9946a2beb8cf85872abe1919e92052fe46cc
2022-01-26meta-quanta: s6q: Add bonding feature to network interfaceJerry Wan5-0/+36
Add network bonding configuration and name resolution configuration for S6Q. Tested: There are two interfaces eth0 and eth1 bonded to bond0. Bonding details can be found at /proc/net/bonding/bond0. Signed-off-by: Jerry Wan <jerry.wan@quantatw.com> Change-Id: Ic11fbc3a8ea3ac4859e60a62288e9c2e03f6f41e