From 88b7f1a1e2ac3ed3cff553797f9ea97d34149682 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 11 Oct 2016 05:32:21 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ For this example, the core-image-base image is built: - $ bitbake core-image-minimal + $ bitbake core-image-base Once the build completes, the resulting console-only image is located in the Build Directory here: -- cgit v1.2.3-54-g00ecf