commit | 7783a04f413f07ff9ee7924955771efd8a26f407 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 25 07:13:21 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 26 02:53:28 2017 +0000 |
tree | 1a89c1b5495d7e11067200e9aaef9008edee53f8 | |
parent | 4a631e4fa35615f9edcd626960797e589a67fd5f [diff] |
mboxd.bb: Remove needless protocol directive Change-Id: Ie95402d1118fca1d6221d7ecd71a866c0b71cd60 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