commit | 3dbac6d88b8a9c8bc8587788694317834e3e5341 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu May 26 18:03:12 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jun 24 15:22:21 2016 -0500 |
tree | dd92687fab640c4e1fa53d7132565ad37213038a | |
parent | e6797eef243cdfc37f647b787e4600b38229d664 [diff] |
openssl: run 'make depend' The configure flags we have require openssl to be built with: make depend && make The current openssl.inc file only has 'make', so prepend a call to 'make depend'. 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