commit | 49dea7a665882a082357e2d82994efdb3388b7be | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Nov 10 22:10:03 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 11 16:06:08 2016 +0000 |
tree | 7ad512598a812322d647a2f4a6860fdf777d7fc4 | |
parent | 11381c45b0bb3c7856d28f708610dfaa2353a2e7 [diff] |
obmc-console.bb: bump version Change-Id: If00b30f066ab6e03f597e1896fe4e45ed765aaaf Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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