summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-10-11 05:32:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-13 23:16:46 +0100
commit13033b2ec4443717dff258afeeb723e57466967d (patch)
tree4e72325510a4b928b4a5c8217197f82f8433a618 /documentation
parent371ab635086e2878ada1f00a59c7ec826481ba0a (diff)
downloadpoky-13033b2ec4443717dff258afeeb723e57466967d.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 810a689975..0d76ee4497 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -713,7 +713,7 @@
713 For this example, the <filename>core-image-base</filename> 713 For this example, the <filename>core-image-base</filename>
714 image is built: 714 image is built:
715 <literallayout class='monospaced'> 715 <literallayout class='monospaced'>
716 $ bitbake core-image-minimal 716 $ bitbake core-image-base
717 </literallayout> 717 </literallayout>
718 Once the build completes, the resulting console-only image 718 Once the build completes, the resulting console-only image
719 is located in the Build Directory here: 719 is located in the Build Directory here: