commit | 927d81657e58292f9c1226e76c85f3a23a409b6b | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Thu Feb 25 09:08:12 2016 -0600 |
committer | nkskjames <nkskjames@gmail.com> | Thu Feb 25 09:08:12 2016 -0600 |
tree | 0abeb7a0bae72384bf938de64e6ba4578ca6adc6 | |
parent | 83ebfb222946264fd1fd0e363fb22b8c42b4b7b9 [diff] | |
parent | e762a08b77d7e15fc2fec983f6f5b5481f7e4bfa [diff] |
Merge pull request #189 from mdmillerii/fs-to-jffs2 Change Read/Write overlay filesystem to jffs2
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