commit | 4e87861f60679062eb13289c9fe39c0721f52e71 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@us.ibm.com> | Thu Jun 16 16:44:12 2016 -0500 |
committer | Milton Miller <miltonm@us.ibm.com> | Sat Jun 25 17:58:14 2016 -0500 |
tree | a1f2e5a3525930e8023a2fad812fc14133e4d0d0 | |
parent | f19c04babfe30b2f511a1e234867af73b1d16603 [diff] |
initfs: update: handle no images to update Notify the user if image wildcard expansion fails instead of printing message about failing to find partition to flash. The update script errors with the message that it can't figure out what partition to flash for /run/initramfs/image-* if there are no images pending. 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