commit | 8b8bc41cac34759602dc7668df9edb038839b238 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 17 15:02:23 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 22 16:43:34 2016 +0000 |
tree | cb5bafb877a39832d5f27534dbf796567d9d78bc | |
parent | b48b7b4109868a8c0ddda090992e936e821c7ea6 [diff] |
Squashed 'import-layers/meta-raspberrypi/' content from commit 2745399 Change-Id: I8a89d81813dea98209d089ef500a403ea4da5d9d git-subtree-dir: import-layers/meta-raspberrypi git-subtree-split: 2745399f75d7564fcc586d0365ff73be47849d0e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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