mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
image/image-live: Improve handling of live/iso/hddimg types (drop NOISO/NOHDD)
The logic can be improved and the historical NOISO/NOHDD variables moved into the class and out of common code. The variables are also then removed in favour of directly controlling the behaviour from IMAGE_FSTYPES in line with all the other image types. (From OE-Core rev: a052caed563a09a01f5a3ea1f0477f379c05bee0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -288,8 +288,6 @@ MULTIMACH_TARGET_SYS[doc] = "Separates files for different machines such that yo
|
||||
|
||||
NATIVELSBSTRING[doc] = "A string identifying the host distribution."
|
||||
NO_RECOMMENDATIONS[doc] = "When set to '1', no recommended packages will be installed. Realize that some recommended packages might be required for certain system functionality, such as kernel-modules. It is up to the user to add packages to IMAGE_INSTALL as needed."
|
||||
NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image."
|
||||
NOISO[doc] = "Causes the OpenEmbedded build system to skip building the ISO image."
|
||||
|
||||
#O
|
||||
|
||||
|
||||
Reference in New Issue
Block a user