commit | e2374b01b753efc830679a87552d1320e092f039 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Sat Jan 30 08:53:35 2016 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Sat Jan 30 08:53:35 2016 -0600 |
tree | d070354d89bebddc446a230c46e2f10e8ead8dab | |
parent | 12aaa75468b4cf08370d57f870f9d2ab0b9b7847 [diff] |
Add settings dbus object to openbmc image Create settings recipe and service files Add dependency to settings to the ipmid recipe since the upcoming ipmi boot flags use this settings dbus object
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