* [PATCH 0/1] bitbake: toaster: add wic.bmap support to toaster @ 2017-02-07 6:25 Sujith H 2017-02-07 6:26 ` [PATCH 1/1] " Sujith H 0 siblings, 1 reply; 2+ messages in thread From: Sujith H @ 2017-02-07 6:25 UTC (permalink / raw) To: toaster This patch has the change to add wic.bmap file to orm modes. The following changes since commit db99305fc21415713cc1d127e97f7e5f654ea578: toaster: bin/toaster whitelist TOASTER_DIR (2017-01-14 19:12:06 -0800) are available in the git repository at: git://git.yoctoproject.org/poky-contrib sujith/toaster-add-wic-bmap-extension http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sujith/toaster-add-wic-bmap-extension Sujith H (1): bitbake: toaster: add wic.bmap support to toaster bitbake/lib/toaster/orm/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 ^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] bitbake: toaster: add wic.bmap support to toaster 2017-02-07 6:25 [PATCH 0/1] bitbake: toaster: add wic.bmap support to toaster Sujith H @ 2017-02-07 6:26 ` Sujith H 0 siblings, 0 replies; 2+ messages in thread From: Sujith H @ 2017-02-07 6:26 UTC (permalink / raw) To: toaster Add wic.bmap file extension support for toaster Signed-off-by: Sujith H <sujith.h@gmail.com> --- bitbake/lib/toaster/orm/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py index 98745d6..6c5cfcd 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): 'ext4.gz', 'ext3', 'ext3.gz', 'hdddirect', 'hddimg', 'iso', 'jffs2', 'jffs2.sum', 'multiubi', 'qcow2', 'squashfs', 'squashfs-lzo', 'squashfs-xz', 'tar', 'tar.bz2', 'tar.gz', 'tar.lz4', 'tar.xz', 'ubi', - 'ubifs', 'vdi', 'vmdk', 'wic', 'wic.bz2', 'wic.gz', 'wic.lzma' + 'ubifs', 'vdi', 'vmdk', 'wic', 'wic.bmap', 'wic.bz2', 'wic.gz', 'wic.lzma' } target = models.ForeignKey(Target) -- 1.9.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-07 6:26 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-02-07 6:25 [PATCH 0/1] bitbake: toaster: add wic.bmap support to toaster Sujith H 2017-02-07 6:26 ` [PATCH 1/1] " Sujith H
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.