commit | ab4b8c83d698e80050489873779ba06ae16f25b8 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Mar 07 14:29:56 2016 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Mar 07 14:33:15 2016 -0600 |
tree | da7ea4b73c1ea25371e71f5c7c329454f6ebb8f4 | |
parent | b182f7b07220bc99de62da709c3d6141ab3916cc [diff] |
Use commit number instead of autorev for u-boot Change the u-boot recipes from picking up the most recent commit to a specific commit (the most current one a of today) so that development can be done in u-boot without affecting the stability of the image.
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