commit | a6e6d0ce143b8476281672f7e859f451fc525270 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@us.ibm.com> | Fri Jun 17 15:47:13 2016 -0500 |
committer | Milton Miller <miltonm@us.ibm.com> | Sat Jun 25 18:57:21 2016 -0500 |
tree | 049b66b883a7123893b590aaf493c82071a1a942 | |
parent | adeceff641c5f084897f229c18b957da96d6f451 [diff] |
initfs: whitelist: Sanitize obmc events whitelist entry Remove the trailing / so that the update script doesn't have to loop. It was determined the trailing slash confused the code that makes the save subdirectory. The update script was fixed but this removes the extra work needed. Signed-off-by: Milton Miller <miltonm@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