mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
ref-manual: Added image-live class and updated IMAGE_FSTYPES variable.
Added a note to the existing IMAGE_FSTYPES variable based on using "live" as an image type. Need to be sure that appears before inherit line in the recipe. (From yocto-docs rev: 1fc45b2bc7c70f00882d495d659830b94eb7d2df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bd0ab4eb50
commit
5f20fb847e
@@ -2495,6 +2495,13 @@
|
||||
<link linkend='var-IMAGE_TYPES'><filename>IMAGE_TYPES</filename></link>.
|
||||
</para>
|
||||
|
||||
<note>
|
||||
If you add "live" to <filename>IMAGE_FSTYPES</filename>
|
||||
inside an image recipe, be sure that you do so prior to the
|
||||
"inherit image" line of the recipe or the live image will
|
||||
not build.
|
||||
</note>
|
||||
|
||||
<note>
|
||||
Due to the way this variable is processed, it is not
|
||||
possible to update its contents using
|
||||
|
||||
Reference in New Issue
Block a user