commit | 734b70aa7a5caadf2325a906859263f8506bea8b | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Jan 18 11:04:45 2017 +1100 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jan 24 16:22:43 2017 +0000 |
tree | 07ab1202f8b307a91d36c2edae6101d387edd115 | |
parent | bceaf69092c394ad3eb2fe93696e1b71d93b563b [diff] |
u-boot: Update version for HUSH support This enables the HUSH shell in u-boot, and uses that support to assume a ramdisk 0x20300000 if one is not found in the FIT image. Change-Id: Iaed89795ad1649d3b9e0666d009957a77dafcb41 Signed-off-by: Joel Stanley <joel@jms.id.au>
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