diff options
author | Randy Witt <randy.e.witt@linux.intel.com> | 2017-01-18 10:31:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-19 06:47:09 -0800 |
commit | e45f074b792a43aa2fd84a5a3f0e20bf1d88ad7e (patch) | |
tree | db20bb0743a4112ac8a3225afd94acda27a467c0 /meta/classes/image-container.bbclass | |
parent | 36a7470cacfe56931948ee865bd9ef46a7303ced (diff) | |
download | openembedded-core-e45f074b792a43aa2fd84a5a3f0e20bf1d88ad7e.tar.gz openembedded-core-e45f074b792a43aa2fd84a5a3f0e20bf1d88ad7e.tar.bz2 openembedded-core-e45f074b792a43aa2fd84a5a3f0e20bf1d88ad7e.zip |
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 <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/image-container.bbclass')
-rw-r--r-- | meta/classes/image-container.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/image-container.bbclass b/meta/classes/image-container.bbclass new file mode 100644 index 0000000000..a10ee326ce --- /dev/null +++ b/meta/classes/image-container.bbclass @@ -0,0 +1,3 @@ +ROOTFS_BOOTSTRAP_INSTALL = "" +IMAGE_TYPES_MASKED += "container" +IMAGE_TYPEDEP_container = "tar.bz2" |