commit | 8b109a8bcdb4b961907b6735be4eb33de7c79636 | [log] [tgz] |
---|---|---|
author | Milton D. Miller II <miltonm@us.ibm.com> | Mon Feb 08 14:56:09 2016 -0600 |
committer | Milton D. Miller II <miltonm@us.ibm.com> | Mon Feb 08 15:22:43 2016 -0600 |
tree | 03da30fbe2bc1d33b0e1faca8fdd4b1d08824102 | |
parent | a307ddbc5840fa37d2dd0bc63eb5d9be8df5b1cf [diff] |
linux: turn on vuart driver Enable the vuart driver in the defconfig. Based on the update to aspeed_defconfig in the linux repository. Won't actually be enabled until the base recipe has the driver merged again. 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