commit | 2ad67f634136b83c9f0f31e58112ef628d64eaef | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jul 07 09:29:58 2016 -0500 |
committer | GitHub <noreply@github.com> | Thu Jul 07 09:29:58 2016 -0500 |
tree | 7950d5f624f2df4aebe5311457264be19bb506e1 | |
parent | 44403638343d1571adaa07c6998405aa2049030a [diff] | |
parent | 2c7f6d33f3f0030586cc01e9ac523186a0538e86 [diff] |
Merge pull request #456 from shenki/witherspoon-kernel-bump meta-witherspoon: Bump kernel version
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