commit | f6d294d0018c73b115d8f8841b7cf1f10a28f35c | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Sat Jan 23 18:00:11 2016 -0600 |
committer | Chris Austen <austenc@us.ibm.com> | Sat Jan 23 18:00:11 2016 -0600 |
tree | 4d903846920ced8dac19b164f43f8e6b29260ac5 | |
parent | 9ff7333d1b8414f446e76f865feb6c3fc81c6ee4 [diff] |
Resolve relocation warnings with build Yocto's QA service identified issues with the build The -fpic option was not included in .so files. Resovles issue https://github.com/openbmc/openbmc/issues/105
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
To start a build:
cd <builddir> . <repodir>/openbmc-env bitbake obmc-phosphor-image