commit | cecba5f75f403e77b80fa3ec305cf7882cc461a0 | [log] [tgz] |
---|---|---|
author | Rick Altherr <raltherr@google.com> | Mon Jul 18 21:48:32 2016 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 04 02:22:11 2016 +0000 |
tree | ad0224f8b6e868a97fff6e3a28d154b9ab1107ad | |
parent | 57f14831db7d4bbf71315ef8ce634b3b615b8126 [diff] |
kernel: cuimage: remove overzealous cleanups of linux.bin Change-Id: I9f8dc971198f3d649d92b41739d8fe7274d8a45a 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