commit | 4078089c30aa9b265459c7804d7b238aeb3452f3 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Aug 13 09:11:58 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Aug 13 22:26:17 2016 +0000 |
tree | 278c653f8d1ce8f3138c9ea4f3a4ee53d2eba70c | |
parent | 3f95ab717d2deed60b1d678ff38c7c1f073bffe0 [diff] |
pyphosphor.bb: bump version Change-Id: I2e46fc0e8380178c4e0ed9ab3429cf8f0c4fdf81 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