commit | d16a7b0bc725c5403a3156a10189b2c77931d968 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@us.ibm.com> | Wed Jun 15 18:47:38 2016 -0500 |
committer | Milton Miller <miltonm@us.ibm.com> | Sat Jun 25 17:51:13 2016 -0500 |
tree | 32c85a0ac90c780c19feec89d8eb4117a50c9058 | |
parent | a67cc44670cd5234f8f66db623b7ccbc8d3e976a [diff] |
initfs: update: Consistently add ERROR: and print to stderr Make sure all error messages start with the tag ERROR and its printed to stderr by creating an echoerr function. Previously one case had the file descriptors backwards in the redirection. Signed-off-by: Milton Miller <miltonm@us.ibm.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