commit | ca31f284cf43bea7f16838e88bc58ed3a5579b71 | [log] [tgz] |
---|---|---|
author | Xo Wang <xow@google.com> | Mon Nov 14 14:40:46 2016 -0800 |
committer | Xo Wang <xow@google.com> | Mon Nov 14 14:40:46 2016 -0800 |
tree | c5a8dd3973a3ad869c339bfd7c03b6e4e9fb3d5c | |
parent | ec2a4d176af4a2fad096b7339b873c4635670ff0 [diff] |
meta-zaius: Add FLASH_SIZE to conf This option pads unused portions of the flash, up to 64 MiB, with 0xFF. Signed-off-by: Xo Wang <xow@google.com> Change-Id: I345a56342fdc16a079ea1b96d82adb2e1d9c4a15
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