commit | afb2e1bf275145d915bd3308d65af59ecc94ec71 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Aug 08 09:29:20 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 01:56:10 2016 +0000 |
tree | 1387910b4b68ed1efef757658a7b0554a103c7ba | |
parent | 167aaae32fdf48950b620e2059784e9d031ec76b [diff] |
classes-systemd: Add environment file shortcuts To cut down on typing add a new variable SYSTEMD_ENVIRONMENT_FILE_${PN} that simply installs the listed files. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I9b82e99816bc09d264a644f91c45472b59a5d343
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