commit | e442584ae86e6e9e1c488c191ebbb3e1bbca24dd | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@us.ibm.com> | Tue Feb 23 21:00:06 2016 -0600 |
committer | Milton D. Miller II <miltonm@us.ibm.com> | Wed Feb 24 09:54:20 2016 -0600 |
tree | 8e424c99fb320c78811dbd4e933981cf74479dcf | |
parent | 4e86a43e1d0b8a3555df40aec338ae9f16412053 [diff] |
initfs: Do not warn on missing jffs2 fsck We know there is no command and we plan to have this the default. Suppress the message to avoid user questions and concerns. 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