yocto-project-qs: Fixed Minnow MAX build example

Fixes [YOCTO #9667]

The actual command in the example to build the image for
Minnow MAX should be for 'core-image-base'.  I changed it to
be that.

(From yocto-docs rev: 9aca9cceee543eea278390059ccff0761758b55e)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-10-11 05:32:21 -07:00 committed by Richard Purdie
parent 371ab63508
commit 13033b2ec4
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@
For this example, the <filename>core-image-base</filename>
image is built:
<literallayout class='monospaced'>
$ bitbake core-image-minimal
$ bitbake core-image-base
</literallayout>
Once the build completes, the resulting console-only image
is located in the Build Directory here: