summaryrefslogtreecommitdiffstats
path: root/meta/classes/image-live.bbclass
diff options
context:
space:
mode:
authorSinan Kaya <okaya@kernel.org>2021-01-17 15:25:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-20 00:45:05 +0000
commitf407293a996440e1afbe4bb32dbe7d1c5fa40d7f (patch)
tree850962aeb7727d7dcb168c99aca08dd86fb401ab /meta/classes/image-live.bbclass
parent24cd0907415c70c7df31105bd9b479767f32c2b8 (diff)
downloadpoky-f407293a996440e1afbe4bb32dbe7d1c5fa40d7f.tar.gz
meta/classes: Add supprot for WIC<>VHD/VHDX conversion
(From OE-Core rev: b57b1615d965575deb0bf164b9873fe31a4d39b4) Signed-off-by: Sinan Kaya <okaya@kernel.org> Co-Developed-by: Anatol Belski <anbelski@linux.microsoft.com> Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image-live.bbclass')
-rw-r--r--meta/classes/image-live.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass
index 9ea5ddc312..1b2183eadd 100644
--- a/meta/classes/image-live.bbclass
+++ b/meta/classes/image-live.bbclass
@@ -234,7 +234,7 @@ build_hddimg() {
234 bberror "${HDDDIR}/rootfs.img rootfs size is greather than or equal to 4GB," 234 bberror "${HDDDIR}/rootfs.img rootfs size is greather than or equal to 4GB,"
235 bberror "and this doesn't work on a FAT filesystem. You can either:" 235 bberror "and this doesn't work on a FAT filesystem. You can either:"
236 bberror "1) Reduce the size of rootfs.img, or," 236 bberror "1) Reduce the size of rootfs.img, or,"
237 bbfatal "2) Use wic, vmdk or vdi instead of hddimg\n" 237 bbfatal "2) Use wic, vmdk,vhd, vhdx or vdi instead of hddimg\n"
238 fi 238 fi
239 fi 239 fi
240 240