summaryrefslogtreecommitdiffstats
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:56 +0100
commit88b7f1a1e2ac3ed3cff553797f9ea97d34149682 (patch)
treeff58cca7deeb7aeff402b8a6c2e88c7d59541bf1
parent8e2ab5785259fa39c564e5c950a3b34dc2d715b2 (diff)
downloadpoky-88b7f1a1e2ac3ed3cff553797f9ea97d34149682.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: ea8c9eaa069a44807800a7143f2a4be40707cc74) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 829b036801..9b5e14bd67 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -714,7 +714,7 @@
714 For this example, the <filename>core-image-base</filename> 714 For this example, the <filename>core-image-base</filename>
715 image is built: 715 image is built:
716 <literallayout class='monospaced'> 716 <literallayout class='monospaced'>
717 $ bitbake core-image-minimal 717 $ bitbake core-image-base
718 </literallayout> 718 </literallayout>
719 Once the build completes, the resulting console-only image 719 Once the build completes, the resulting console-only image
720 is located in the Build Directory here: 720 is located in the Build Directory here: