commit | 24f311456fd50a78b3964381deda35743114e99f | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Feb 03 17:34:16 2016 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Wed Feb 03 18:16:13 2016 -0600 |
tree | ee2c1ef02aa3e64a0a7ad417ece0f851db3c3b58 | |
parent | 31ceb9743144a00d782d99e8b04caec1e93ccffd [diff] |
Update recipes and remove dhcp file Backout kernel level since tag 20160202 has vuart support that bmc currently does not support Pickup IPMI and REST functions to update the MAC address Remove dhcp file from network recipe that seems to cause issues
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