commit | d6d3ef30d888b5a2131c07f809d56825e773665e | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Fri Dec 16 10:57:28 2016 +1030 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 19 13:38:03 2016 +0000 |
tree | e5068c250c10b2aed6b5d8520c417d339eadd8b2 | |
parent | 16f9a2aa43e7e8b613c6463cb9f48f2715b9dbb1 [diff] |
obmc-phosphor-debugtools: Add net-tools and ethtool These are useful for diagnosing issues with network devices. net-tools is brought in for mii-tool. Change-Id: Ib47e7a7498a5f999ffa86a343191e9fcd6dd0a87 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