From b0cb740fe015024b1f5c0da3fadee9db5ee4265a Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Tue, 31 Mar 2015 13:57:40 +0100 Subject: bitbake: toastergui: add ext4 option for IMAGE_FSTYPES This patch adds "ext4" as a selectable option in IMAGE_FSTYPES, to keep in sync with the OE-Core capabilities. (Bitbake rev: 451e85fe8592cab0a07a6866b2853a29cc38f14b) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 48c65d85be..be59c83651 100755 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py @@ -3045,7 +3045,7 @@ if toastermain.settings.MANAGED: vars_fstypes = { 'btrfs','cpio','cpio.gz','cpio.lz4','cpio.lzma','cpio.xz','cramfs', - 'elf','ext2','ext2.bz2','ext2.gz','ext2.lzma', 'ext3','ext3.gz','hddimg', + 'elf','ext2','ext2.bz2','ext2.gz','ext2.lzma', 'ext4', 'ext4.gz', 'ext3','ext3.gz','hddimg', 'iso','jffs2','jffs2.sum','squashfs','squashfs-lzo','squashfs-xz','tar.bz2', 'tar.lz4','tar.xz','tartar.gz','ubi','ubifs','vmdk' } -- cgit v1.2.3-54-g00ecf