commit | 29f637ffdaff48ea42ac838c348c8c861434029e | [log] [tgz] |
---|---|---|
author | Sergey Solomin <sergey.solomin@us.ibm.com> | Mon Nov 14 09:06:33 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Nov 21 19:55:58 2016 +0000 |
tree | 665687ae42e88739d8c8b3b161b296ac1c7d110d | |
parent | 5e21d738ce65051eb96af367d2bb4167d3b9126a [diff] |
Add sd unit file for vcs_on.sh Add systemd unit, which starts vcs_on script after vcs workaround. Partially resolves openbmc/openbmc#647 Change-Id: Ibf13a24b592d6d526b1c599d8f7b4eb8c7596150 Signed-off-by: Sergey Solomin <sergey.solomin@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