commit | 2745eaf27be0f47864ea61837c538e1d442eac25 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu Feb 11 16:31:21 2016 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Feb 12 12:44:05 2016 -0600 |
tree | ec4fd539505a899b2eeaddb9b2545e88b29b726b | |
parent | 010f08dee6e4a8e04f799b535f01487678bf430c [diff] |
Recipe update: User management, systemd patch, IPMI net functions Create virtual class to include user management in the image Add the systemd patch for network support to the systemd recipe Update the IPMI recipe to pickup the support for network configuration
OpenBMC uses Yocto/Open-Embedded for a build system, which supports an out-of-tree build. It is recommended that you create an empty directory somewhere to hold the build. This directory will get big.
On Ubuntu 14.04 the following packages are required to build the default target
sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
On Fedora 23 the following packages are required to build the default target:
sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake sudo dnf groupinstall "C Development Tools and Libraries"
To start a build:
cd <builddir> . <repodir>/openbmc-env bitbake obmc-phosphor-image