From 13033b2ec4443717dff258afeeb723e57466967d 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: 9aca9cceee543eea278390059ccff0761758b55e) 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(-) (limited to 'documentation') 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 @@ 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 1.2.3-korg