commit | 83ebfb222946264fd1fd0e363fb22b8c42b4b7b9 | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Tue Feb 23 08:53:17 2016 -0600 |
committer | nkskjames <nkskjames@gmail.com> | Tue Feb 23 08:53:17 2016 -0600 |
tree | 0c8aec1c4d338b09910b2626503e40608297ab9a | |
parent | 35486d8d27cbc57a3b5a1715043c4f84bd33a158 [diff] | |
parent | 29913ec576e4364b7356ef73e09ccdbe20000830 [diff] |
Merge pull request #188 from shenki/kernel-20160222-1 meta-phosphor: Update Linux to openbmc-20160222-1
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