commit | 1ed6fe335cda50cf60b7afddbe530077a1b25d27 | [log] [tgz] |
---|---|---|
author | Rick Altherr <raltherr@google.com> | Wed Jan 11 17:33:47 2017 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 25 03:57:57 2017 +0000 |
tree | 4202a99a3ad3ecc19d29834561e1aea149bfa13a | |
parent | 578589a02c7f8c43b1c57cb7b90d498ae0ed7514 [diff] |
image-overlay: Include initramfs in kernel FIT Instead of packaging the initramfs separately in the flash image, use the FIT image that includes kernel+fdt+initramfs. Change-Id: I0a3315cfc635acbfaf7b603f5dca7da1ddeae1c1 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