commit | 7503b441052575d49568f80c236a228edc8d2aae | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Mon Jan 09 21:21:01 2023 +0800 |
committer | Potin Lai <potin.lai@quantatw.com> | Mon Jan 09 21:29:29 2023 +0800 |
tree | c9cbbaa1d3df2568f2451c421e8f23eef9b92038 | |
parent | 9e99bc61ffaf62097fd47d44996b01040275f094 [diff] |
meta-bletchley: phosphor-network: temporary revert SRCREV Temporary revert phosphor-network SRCREV back to the commit sync-mac feature still working. Tesed result: ``` root@bletchley:~# journalctl -u xyz.openbmc_project.Network Jan 09 05:01:04 bletchley systemd[1]: Starting Phosphor Network Manager... Jan 09 05:01:05 bletchley phosphor-network-manager[539]: Force sync enabled, check VPD for MAC Jan 09 05:01:08 bletchley systemd[1]: Started Phosphor Network Manager. Jan 09 05:01:09 bletchley phosphor-network-manager[539]: Refreshing the objects. Jan 09 05:01:09 bletchley phosphor-network-manager[539]: Unable to get the value of Network[DHCP] from /etc/systemd/network/00-bmc-eth0.network Jan 09 05:01:09 bletchley phosphor-network-manager[539]: Unable to get the value of Network[IPv6AcceptRA] from /etc/systemd/network/00-bmc-eth0.network Jan 09 05:01:16 bletchley phosphor-network-manager[539]: Unable to get the value of DHCP[UseDNS] from /etc/systemd/network/00-bmc-lo.network Jan 09 05:01:16 bletchley phosphor-network-manager[539]: Unable to get the value of DHCP[UseNTP] from /etc/systemd/network/00-bmc-lo.network Jan 09 05:01:16 bletchley phosphor-network-manager[539]: Unable to get the value of DHCP[UseHostname] from /etc/systemd/network/00-bmc-lo.network Jan 09 05:01:16 bletchley phosphor-network-manager[539]: Unable to get the value of DHCP[SendHostname] from /etc/systemd/network/00-bmc-lo.network Jan 09 05:01:16 bletchley phosphor-network-manager[539]: Refreshing complete. Jan 09 05:01:16 bletchley phosphor-network-manager[539]: Wrote networkd file: /etc/systemd/network/00-bmc-eth0.network Jan 09 05:01:17 bletchley phosphor-network-manager[539]: Set the MAC on Jan 09 05:01:17 bletchley phosphor-network-manager[539]: Removing the match for ethernet interfaces Jan 09 05:01:19 bletchley phosphor-network-manager[539]: Sending networkd reload Jan 09 05:01:19 bletchley phosphor-network-manager[539]: Done networkd reload root@bletchley:~# busctl introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/bmc/ethernet xyz.openbmc_project.Inventory.Item.NetworkInterface NAME TYPE SIGNATURE RESULT/VALUE FLAGS .MACAddress property s "C01850F1D796" emits-change writable root@bletchley:~# ifconfig eth0 eth0 Link encap:Ethernet HWaddr C0:18:50:F1:D7:96 inet addr:10.10.11.126 Bcast:10.10.255.255 Mask:255.255.0.0 inet6 addr: 2019:7::c218:50ff:fef1:d796/64 Scope:Global inet6 addr: fe80::c218:50ff:fef1:d796/64 Scope:Link inet6 addr: 2018:5::c9d3/128 Scope:Global UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:98845 errors:0 dropped:30955 overruns:0 frame:0 TX packets:267 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:9565630 (9.1 MiB) TX bytes:32516 (31.7 KiB) Interrupt:34 ``` Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ie32fd892a711f74a52f3a51e9e20634f69c416e7
OpenBMC is a Linux distribution for management controllers used in devices such as servers, top of rack switches or RAID appliances. It uses Yocto, OpenEmbedded, systemd, and D-Bus to allow easy customization for your platform.
See the Yocto documentation for the latest requirements
sudo apt install git python3-distutils gcc g++ make file wget \ gawk diffstat bzip2 cpio chrpath zstd lz4 bzip2
sudo dnf install git python3 gcc g++ gawk which bzip2 chrpath cpio \ hostname file diffutils diffstat lz4 wget zstd rpcgen patch
git clone https://github.com/openbmc/openbmc cd openbmc
Any build requires an environment set up according to your hardware target. There is a special script in the root of this repository that can be used to configure the environment as needed. The script is called setup
and takes the name of your hardware target as an argument.
The script needs to be sourced while in the top directory of the OpenBMC repository clone, and, if run without arguments, will display the list of supported hardware targets, see the following example:
$ . setup <machine> [build_dir] Target machine must be specified. Use one of: bletchley mori s8036 dl360poc mtjade swift e3c246d4i mtmitchell tatlin-archive-x86 ethanolx nicole tiogapass evb-ast2500 olympus-nuvoton transformers evb-ast2600 on5263m5 vegman-n110 evb-npcm750 p10bmc vegman-rx20 f0b palmetto vegman-sx20 fp5280g2 qcom-dc-scm-v1 witherspoon g220a quanta-q71l witherspoon-tacoma gbs romed8hm3 x11spi greatlakes romulus yosemitev2 gsj s2600wf zaius kudo s6q lannister s7106
Once you know the target (e.g. romulus), source the setup
script as follows:
. setup romulus
bitbake obmc-phosphor-image
Additional details can be found in the docs repository.
The OpenBMC community maintains a set of tutorials new users can go through to get up to speed on OpenBMC development out here
Commits submitted by members of the OpenBMC GitHub community are compiled and tested via our Jenkins server. Commits are run through two levels of testing. At the repository level the makefile make check
directive is run. At the system level, the commit is built into a firmware image and run with an arm-softmmu QEMU model against a barrage of CI tests.
Commits submitted by non-members do not automatically proceed through CI testing. After visual inspection of the commit, a CI run can be manually performed by the reviewer.
Automated testing against the QEMU model along with supported systems are performed. The OpenBMC project uses the Robot Framework for all automation. Our complete test repository can be found here.
Support of additional hardware and software packages is always welcome. Please follow the contributing guidelines when making a submission. It is expected that contributions contain test cases.
Issues are managed on GitHub. It is recommended you search through the issues before opening a new one.
First, please do a search on the internet. There's a good chance your question has already been asked.
For general questions, please use the openbmc tag on Stack Overflow. Please review the discussion on Stack Overflow licensing before posting any code.
For technical discussions, please see contact info below for Discord and mailing list information. Please don't file an issue to ask a question. You'll get faster results by using the mailing list or Discord.
Dive deeper into OpenBMC by opening the docs repository.
The Technical Steering Committee (TSC) guides the project. Members are: