commit | 767b71165b6bfa1991543eeb1f1025d4b5c215b8 | [log] [tgz] |
---|---|---|
author | Milton D. Miller II <miltonm@us.ibm.com> | Mon Mar 21 12:39:24 2016 -0500 |
committer | Milton D. Miller II <miltonm@us.ibm.com> | Mon Mar 21 12:39:24 2016 -0500 |
tree | 097fde4180fb4e1023cc5fc6ea56794aac059b86 | |
parent | 1244bcfdb9452b1eccf36887ba4f27a60e0645a2 [diff] |
u-boot: Apply patch to stop aspeednic dma Apply Norm's mac-stop patch that calls the halt method after calling the init method in the aspeednic initialize function. While alternative patches exist that touch less hardware, this simple patch will prevent the memory alteration when the network is not used during u-boot. 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