commit | 064a764c9cdae757eaa5fadca96f6b776b0dbae4 | [log] [tgz] |
---|---|---|
author | Edward A. James <eajames@us.ibm.com> | Tue Sep 20 15:54:52 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 28 12:10:13 2016 +0000 |
tree | 7751923b6a38f41640a6b6434f34d122d6931c5a | |
parent | 842863341fb50bcba0968a8ef18bdf65891c298a [diff] |
enable PAM tested dropbear according to the PAM integration yocto page dropbear correctly allows or disallows ssh access for simple cases resolves openbmc/openbmc#545 Change-Id: I6af6e96f404b524139058c792365b77f0b099929 Signed-off-by: Edward A. James <eajames@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