Skip to content

Commit

Permalink
docs: Add example how to build all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo77 authored and rotanid committed Jun 20, 2019
1 parent a552575 commit 721adc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ In case of errors read the messages carefully and try to fix the stated issues
``ar71xx-generic`` is the most common target and will generate images for most of the supported hardware.
To see a complete list of supported targets, call ``make`` without setting ``GLUON_TARGET``.

To build all targets use a loop like this:

for TARGET in $(make list-targets); do
make GLUON_TARGET=$TARGET
done

You should generally reserve 5GB of disk space and additionally about 10GB for each `GLUON_TARGET`.

The built images can be found in the directory `output/images`. Of these, the `factory`
Expand Down

0 comments on commit 721adc4

Please sign in to comment.