commit | 3069d42c6ebee9182c507ed5702e7ce8e00c3bb4 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Jul 13 00:13:57 2016 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Wed Jul 13 00:17:22 2016 +0930 |
tree | f16e87fd37ef9ef80f49c0e641d884384e32048f | |
parent | dbf496725f591e5d5cd46e20362d6a4025294ed2 [diff] |
Move ast2400 platforms to the dev-4.6 kernel tree The defconfig is regnerated with the newer kernel base. A large number of unused options are disabled to reduce the kernel binary size. Signed-off-by: Joel Stanley <joel@jms.id.au>
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