commit | e83b5c12f7cdb59da8f9265622b5620c10f84024 | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Sat Jan 30 12:57:29 2016 -0600 |
committer | nkskjames <nkskjames@gmail.com> | Sat Jan 30 12:57:29 2016 -0600 |
tree | d989066081b7687cad318150999bd57ae69e8500 | |
parent | c47cbadd16ae522a0267696a5a99d80a4a3c9b1c [diff] | |
parent | bbf2cb8e1e4d490acf80ce3a5b162d7db5f3e4e2 [diff] |
Merge pull request #153 from anoo1/hwdb Add workaround to avoid disabling serial console
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