commit | 16642cb95bd42000de7d3243afc7815014fec2a2 | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Fri Apr 29 20:36:39 2016 -0500 |
committer | nkskjames <nkskjames@gmail.com> | Fri Apr 29 20:36:39 2016 -0500 |
tree | 08b13b8b776822638cdbd4b2def1dbf95e48c7ee | |
parent | 1a5ff260fa2b85578e82063f02cb98a2be2c8d23 [diff] | |
parent | 64367e4b6153e309a24f2d5d3b57d4a058c01dfe [diff] |
Merge pull request #237 from bradbishop/netboot Build a tftpboot friendly image.
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