commit | b7742bb4df38f361b8b807ba1accb8031a7fcda6 | [log] [tgz] |
---|---|---|
author | Xo Wang <xow@google.com> | Fri Dec 16 16:43:14 2016 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Dec 31 13:42:01 2016 +0000 |
tree | 620419ade7985498ef0afddd68845329117a12c9 | |
parent | 8c1f920df4f41adc9e7a88b2ec542d59bb7fdee8 [diff] |
meta-zaius: Move refclock-fixup enablement Make refclock-fixup a runtime dependency to pdbg-based host control. Remove refclock-fixup's direct dependency to image. Signed-off-by: Xo Wang <xow@google.com> Change-Id: I2ba73d43f6e9dcaac50fe8256ff0aa210cdf40f2
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