commit | fffa5376317e28d9a3a8ea84950cc0f41dbfbd14 | [log] [tgz] |
---|---|---|
author | Rick Altherr <raltherr@google.com> | Wed May 18 10:29:44 2016 -0700 |
committer | Rick Altherr <raltherr@google.com> | Wed May 25 18:55:28 2016 -0700 |
tree | 0b1402a58f0474f701de1c034f877903b88755a6 | |
parent | 03f51f5489813391c066bb62a5aa1e9eb06e658d [diff] |
Fix i2c-tools SRCURI syntax Override syntax (FOO_append, FOO_prepend) doesn't insert spaces to separate the append from the original value. This caused the two URIs to be incorrectly merged into one and caused a download failure. It happens that the fallback in that case is to use the Yocto mirror so it kept working other than emitting a warning. Using =+ prepend syntax correctly adds the separating space. Change-Id: I36f48cb53aa29ea9a4bde738c975784f6ce24250 Signed-off-by: Rick Altherr <raltherr@google.com>
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