commit | ae533f50a1ec2c9b521a0b9df49e56cf95f938f7 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 09 13:57:42 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 09 13:57:45 2016 -0500 |
tree | c0dc0a3afbb736be691fdc84bb2a37e85ab37022 | |
parent | 1d600203ed583ed0648c14279ae68f1cae8f1bc0 [diff] |
Remove sdl-native from ASSUME_PROVIDED This matches Yocto 2.1 per 685daeb6. Change-Id: Idee5377f6a40de1d37db25d73b44382bad521934 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