mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
image_types.bbclass: Define runnable and deployable pattern
Define runnable image type and machine pattern. Define deployable image type. (From OE-Core rev: 602a0aede00ec961ffb008619cc8f6ee4ae51f58) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
951aa5ea1f
commit
5b86fb09c5
@@ -220,3 +220,7 @@ COMPRESS_DEPENDS_gz = ""
|
||||
COMPRESS_DEPENDS_bz2 = ""
|
||||
COMPRESS_DEPENDS_xz = "xz-native"
|
||||
|
||||
RUNNABLE_IMAGE_TYPES ?= "ext2 ext3"
|
||||
RUNNABLE_MACHINE_PATTERNS ?= "qemu"
|
||||
|
||||
DEPLOYABLE_IMAGE_TYPES ?= "hddimg iso"
|
||||
|
||||
Reference in New Issue
Block a user