From e45f074b792a43aa2fd84a5a3f0e20bf1d88ad7e Mon Sep 17 00:00:00 2001 From: Randy Witt Date: Wed, 18 Jan 2017 10:31:50 -0800 Subject: image-container.bbclass: Add the "container" IMAGE_FSTYPES The "container" fstype does very little other than pick tar.bz2 as the actual image type and disable installation of ROOTFS_BOOTSTRAP_INSTALL. [YOCTO #9502] Signed-off-by: Randy Witt Signed-off-by: Ross Burton --- meta/classes/image_types.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes/image_types.bbclass') diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index fd19112a12..d2eb99dbb7 100644 --- a/meta/classes/image_types.bbclass +++ b/meta/classes/image_types.bbclass @@ -242,6 +242,7 @@ IMAGE_TYPES = " \ hdddirect \ elf \ wic wic.gz wic.bz2 wic.lzma \ + container \ " # Compression is a special case of conversion. The old variable -- cgit 1.2.3-korg