diff options
author | Sujith H <sujith.h@gmail.com> | 2017-02-07 11:56:12 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:08:15 -0800 |
commit | d4b5a70831cffea744c70cc737e2ab52e0f52497 (patch) | |
tree | a610c09358ea6fc9bf1db46eed7950db8d9cf733 /bitbake | |
parent | 9bc41e1e8d8e8e7981a33e9c3baecec48f0fa663 (diff) | |
download | poky-d4b5a70831cffea744c70cc737e2ab52e0f52497.tar.gz |
bitbake: bitbake: toaster: add wic.bmap support to toaster
Add wic.bmap file extension support for toaster
(Bitbake rev: 6a3f6f1b5cc9ec69b28bebf70daed7579c60cd9e)
Signed-off-by: Sujith H <sujith.h@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/orm/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py index 98745d69f6..6c5cfcd711 100644 --- a/bitbake/lib/toaster/orm/models.py +++ b/bitbake/lib/toaster/orm/models.py | |||
@@ -902,7 +902,7 @@ class Target_Image_File(models.Model): | |||
902 | 'ext4.gz', 'ext3', 'ext3.gz', 'hdddirect', 'hddimg', 'iso', 'jffs2', | 902 | 'ext4.gz', 'ext3', 'ext3.gz', 'hdddirect', 'hddimg', 'iso', 'jffs2', |
903 | 'jffs2.sum', 'multiubi', 'qcow2', 'squashfs', 'squashfs-lzo', | 903 | 'jffs2.sum', 'multiubi', 'qcow2', 'squashfs', 'squashfs-lzo', |
904 | 'squashfs-xz', 'tar', 'tar.bz2', 'tar.gz', 'tar.lz4', 'tar.xz', 'ubi', | 904 | 'squashfs-xz', 'tar', 'tar.bz2', 'tar.gz', 'tar.lz4', 'tar.xz', 'ubi', |
905 | 'ubifs', 'vdi', 'vmdk', 'wic', 'wic.bz2', 'wic.gz', 'wic.lzma' | 905 | 'ubifs', 'vdi', 'vmdk', 'wic', 'wic.bmap', 'wic.bz2', 'wic.gz', 'wic.lzma' |
906 | } | 906 | } |
907 | 907 | ||
908 | target = models.ForeignKey(Target) | 908 | target = models.ForeignKey(Target) |