mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
8e2ab57852
commit
88b7f1a1e2
@@ -714,7 +714,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:
|
||||
|
||||
Reference in New Issue
Block a user