commit | 30137fa2a0122bf504369d1b90ac019df5685357 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@us.ibm.com> | Wed Jun 15 16:02:23 2016 -0500 |
committer | Milton Miller <miltonm@us.ibm.com> | Sat Jun 25 17:58:12 2016 -0500 |
tree | af36fdbe9e6195bec28888820136c735169551f8 | |
parent | 1944aac808846675f75f1460128066aed5c0aab6 [diff] |
initfs: update: add --help message Now that update is intended for use at runtime and not just by the init and shutdown scripts, add a short help message listing the options so people don't have to understand how to read shell. 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