commit | fffbea73b4ec50efcdba605dc44c5e72889fe5f2 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@us.ibm.com> | Wed Jun 15 18:47:38 2016 -0500 |
committer | Milton Miller <miltonm@us.ibm.com> | Wed Jun 22 17:56:43 2016 -0500 |
tree | 91f3209e11dc63fe8fc53009d91ef8c6137e39c6 | |
parent | 4725310ef01b4ad97f7bb12792306c3f7434b170 [diff] |
initfs: update: Consistently add ERROR: and print to stderr Make sure all error messages start with the tag ERROR. Also redirect output to stderr (once case had the file descriptors backwards). 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