commit | bbf2cb8e1e4d490acf80ce3a5b162d7db5f3e4e2 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Sat Jan 30 11:12:10 2016 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Sat Jan 30 11:12:10 2016 -0600 |
tree | 3e51df4427cb364ac7c953b24c850fdcb7e44261 | |
parent | 12aaa75468b4cf08370d57f870f9d2ab0b9b7847 [diff] |
Add workaround to avoid disabling serial console This is a workaround for issue: https://github.com/openbmc/openbmc/issues/152 Once the issue is resolved, this workaround can be removed.
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