Custom OpenBMC
  • BitBake 43.1%
  • Python 34.6%
  • Shell 8.3%
  • HTML 6.4%
  • C 2.1%
  • Other 5.1%
Find a file
2026-06-22 00:43:13 +02:00
meta-amd treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-ampere treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-aspeed linux-aspeed: Move to v6.18.35 stable release 2026-06-10 12:46:23 +00:00
meta-asrock meta-asrock: meta-e3c246d4i: space savings 2026-06-10 11:31:12 +00:00
meta-bytedance treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-delta treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-evb meta-evb-fvp-base: add ipv6 support 2026-06-19 16:29:34 +05:30
meta-facebook meta-facebook: yosemite5: add system airflow virtual sensor 2026-06-18 16:59:03 +00:00
meta-fii treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-google meta-google: ncsi: Add non-primary forwarding rules 2026-06-15 08:28:34 +00:00
meta-hpe treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-ibm meta-ibm: replace Adriana with Matt in OWNERS 2026-06-16 20:39:35 +00:00
meta-ieisystem treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-ingrasys treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-intel-openbmc intel-ipmi-oem: srcrev bump 9256d61e00..8d90864376 2026-06-05 00:30:01 +00:00
meta-inventec treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-nuvoton linux-nuvoton: Move to v6.18.35 stable release 2026-06-10 12:46:23 +00:00
meta-nvidia treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-nxp meta-imx93: Add SoC sublayer skeleton 2026-06-12 20:17:56 +00:00
meta-openpower openpower-debug-collector: srcrev bump 3e069ac8ad..00cdbeca79 2026-06-20 14:15:01 +00:00
meta-phosphor phosphor-objmgr: srcrev bump 62ad8a8767..3fb58d2325 2026-06-20 17:15:05 +00:00
meta-qualcomm treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-quanta treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-supermicro treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-tyan treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-ufispace treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-wistron treewide: update release compatibility 2026-03-28 12:39:38 -04:00
meta-yadro treewide: update release compatibility 2026-03-28 12:39:38 -04:00
upstream-layers meta-openembedded: subtree update:53cbcaba3f..5d90e6543d 2026-06-18 06:30:41 -04:00
.gitignore Added .vscode to .gitignore 2024-03-06 11:40:28 +03:00
.gitreview git-review config for gerrit.openbmc-project.xyz 2016-08-02 12:59:11 -07:00
.templateconf openembedded-core: move in prep for poky deprecation 2026-03-11 17:48:36 -04:00
bitbake bitbake: move in prep for poky deprecation 2026-03-11 17:47:59 -04:00
eslint.config.js eslint: switch to eslint/json 2026-02-09 12:45:53 -05:00
LICENSE openembedded-core: move in prep for poky deprecation 2026-03-11 17:48:36 -04:00
meta openembedded-core: move in prep for poky deprecation 2026-03-11 17:48:36 -04:00
meta-arm meta-arm: move to upstream-layers 2026-03-11 17:52:00 -04:00
meta-openembedded meta-openembedded: move to upstream-layers 2026-03-11 17:50:31 -04:00
meta-raspberrypi meta-raspberrypi: move to upstream-layers 2026-03-11 17:49:54 -04:00
meta-security meta-security: move to upstream-layers 2026-03-11 17:49:31 -04:00
oe-init-build-env openembedded-core: move in prep for poky deprecation 2026-03-11 17:48:36 -04:00
openbmc-env openbmc-env: fix shellcheck errors 2021-11-03 23:09:42 +00:00
OWNERS OWNERS: use preferred email address for Ed 2024-03-19 17:32:45 +00:00
README.md Update readme for technical direction 2026-05-11 16:42:28 +00:00
scripts openembedded-core: move in prep for poky deprecation 2026-03-11 17:48:36 -04:00
setup openembedded-core: move in prep for poky deprecation 2026-03-11 17:48:36 -04:00

OpenBMC

Build Status

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.

Setting up your OpenBMC project

1) Prerequisite

See the Yocto documentation for the latest requirements

Ubuntu

sudo apt install git gcc g++ make file wget \
    gawk diffstat bzip2 cpio chrpath zstd lz4 bzip2

Fedora

sudo dnf install git python3 gcc g++ gawk which bzip2 chrpath cpio \
    hostname file diffutils diffstat lz4 wget zstd rpcgen patch

2) Download the source

git clone https://github.com/openbmc/openbmc
cd openbmc

3) Target your hardware

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:
...

A more complete list of supported machines can be found under meta-phosphor/docs.

Once you know the target (e.g. romulus), source the setup script as follows:

. setup romulus

4) Build

bitbake obmc-phosphor-image

Additional details can be found in the docs repository.

OpenBMC Development

The OpenBMC community maintains a set of tutorials new users can go through to get up to speed on OpenBMC development out here

Build Validation and Testing

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.

Submitting Patches

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.

Bug Reporting

Issues are managed on GitHub. It is recommended you search through the issues before opening a new one.

Questions

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.

Will OpenBMC run on my Acme Server Corp. XYZ5000 motherboard?

This is a common question, particularly regarding boards from popular COTS (commercial off-the-shelf) vendors such as Supermicro and ASRock. You can see the list of supported boards by running . setup (with no further arguments) in the root of the OpenBMC source tree. Most of the platforms supported by OpenBMC are specialized servers operated by companies running large datacenters, but some more generic COTS servers are supported to varying degrees.

If your motherboard is not listed in the output of . setup it is not currently supported. Porting OpenBMC to a new platform is a non-trivial undertaking, ideally done with the assistance of schematics and other documentation from the manufacturer (it is not completely infeasible to take on a porting effort without documentation via reverse engineering, but it is considerably more difficult, and probably involves a greater risk of hardware damage).

However, even if your motherboard is among those listed in the output of . setup, there are two significant caveats to bear in mind. First, not all ports are equally mature -- some platforms are better supported than others, and functionality on some "supported" boards may be fairly limited. Second, support for a motherboard is not the same as support for a complete system -- in particular, fan control is critically dependent on not just the motherboard but also the fans connected to it and the chassis that the board and fans are housed in, both of which can vary dramatically between systems using the same board model. So while you may be able to compile and install an OpenBMC build on your system and get some basic functionality, rough edges (such as your cooling fans running continuously at full throttle) are likely.

See also "Supported Machines".

Features of OpenBMC

Feature List

  • Host management: Power, Cooling, LEDs, Inventory, Events, Watchdog
  • Full IPMI 2.0 Compliance with DCMI
  • Code Update Support for multiple BMC/BIOS images
  • Web-based user interface
  • REST interfaces
  • D-Bus based interfaces
  • SSH based SOL
  • Remote KVM
  • Hardware Simulation
  • Automated Testing
  • User management
  • Virtual media

Features In Progress

  • OpenCompute Redfish Compliance
  • Verified Boot

Features Requested but need help

  • OpenBMC performance monitoring

Finding out more

Dive deeper into OpenBMC by opening the docs repository.

Technical Oversight Forum

The Technical Oversight Forum (TOF) guides the technical direction of the project. Members are voted on by community members based on the membership and voting guidelines.

Contact