commit | 269c5e05f2a65e3f01db1c719500812185562be4 | [log] [tgz] |
---|---|---|
author | Ratan <ratagupt@in.ibm.com> | Thu Nov 17 16:06:21 2016 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 12 15:23:39 2017 +0000 |
tree | 329ba1711379b39f08c12e80d1c0716bd56284c0 | |
parent | e4c152ae356094a361322661e7ebe9c80d3721ae [diff] |
slpd-lite:Create Recipe -Create the slpd-lite.conf through the bbclass -Create the service file which starts the slpd Change-Id: I10b23bb81492270337e02470c75094eff30b4190 Signed-off-by: Ratan Gupta <ratagupt@in.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