aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/image_types.bbclass
AgeCommit message (Expand)Author
2015-08-30image.py: write bitbake variables to .env fileEd Bartosh
2015-08-30image_types.bbclass: add wic image typeEd Bartosh
2015-08-29Empty image: filesystem allocationAlex Franco
2015-08-19image_types.bbclass: allow replacing tar commandPatrick Ohly
2015-08-16IMAGES_FSTYPES: default to EXT4Juro Bystricky
2015-07-24image: Support for qcow2Christian Ziethén
2015-07-07image_types.bbclass: add support for multiple ubi sizesPushpal Sidhu
2015-06-27image_types.bbclass: use pbzip2 for images requiring bz2 compressionAndre McCurdy
2015-06-11image: Support for VDIJuro Bystricky
2015-03-31image_types: Add missing ext4 supportRichard Purdie
2015-03-09image_types: Fix MIN_BTRFS_SIZE to be 1024 blocks to match ROOTFS_SIZESaul Wold
2015-02-14image_types: Error out if BTRFS image is too smallSaul Wold
2015-02-02btrfs: create an empty file to build the fs inSaul Wold
2015-01-28image_types.bbclass: manage 'cpio_append' directoryEnrico Scholz
2015-01-28image_types.bbclass: fixed 'init' creation for cpio imagesEnrico Scholz
2014-12-24image_types.bbclass: Rework code to map types for 'ext3'Otavio Salvador
2014-12-24image_types.bbclass: Respect IMAGE_TYPEDEP dependenciesOtavio Salvador
2014-12-19image_types.bbclass: Populate cpio /init as symlinkNathan Rossi
2014-11-06image_types.bbclass: whitespace and reorderPeter A. Bigot
2014-11-04image_types.bbclass: Make ubi depend on ubifsPascal Bach
2014-08-15Support image type "squashfs-lzo"Mike Looijmans
2014-06-03image_types: Fix ubi filesystem return codesRichard Purdie
2014-03-26cpio rootfs build: Avoid modifying rootfs dirJonas Eriksson
2014-03-21image_types.bbclass: use 4096 instead of 8192 bytes-per-inodeRobert Yang
2014-03-07image_types.bbclass: use mke2fs -d to create the ext2/3/4 imageRobert Yang
2014-02-21image_types.bbclass: fix cpio IMAGE_CMD to preserve working directoryJonathan Liu
2014-02-20image*.bbclass, bootimg.bbclass: add image type dependenciesLaurentiu Palcu
2014-02-20image_types: minor, inline CPIO_TOUCH_INIT()Matthieu Crapet
2014-02-18image_types.bbclass: Fix tar IMAGE_CMD to not change directoriesKhem Raj
2014-02-14image_types: sum.jffs2 is replaced by jffs2.sumDmitry Eremin-Solenikov
2014-02-14image_types bbclass: use compression framework for jffs2 sum imagesDmitry Eremin-Solenikov
2014-02-11Activate the new python rootfs/image creation routinesLaurentiu Palcu
2014-01-14image_types bbclass: add support for tar.lz4 and cpio.lz4Koen Kooi
2013-11-20image_types: newer btrfs.mkfs needs an empty file to build the disk inSaul Wold
2013-11-04image_types: Improve dependency handling between types (and use for sum.jffs2)Richard Purdie
2013-10-26image_types.bbclass: fix endiannes for sumtool (jffs2 summary)Andrea Adami
2013-10-26image_types.bbclass: do not force --no-cleanmarkers for jffs2Andrea Adami
2013-10-14image types: split live into iso and hddimgValentin Popa
2013-08-30image_types.bbclass: use mkfs.cramfs instead of makecramfsAndrea Adami
2013-08-26image_types.bbclass: replace genext2fs with populate-extfs.shRobert Yang
2013-06-27image_types.bbclass: set 'filetype' ext4 featureEnrico Scholz
2013-06-07image_types.bbclass: add ubifs to IMAGE_TYPESAndrea Adami
2013-05-21image_types.bbclass: remove the old imagesRobert Yang
2013-05-03image_types: fix default location of kernel when generating elf imagesTomas Frydrych
2013-03-29image_types.bbclass: Replace squashfs-lzma with squashfs-xzMarc Ferland
2013-03-18image_types.bbclass: only create links if the target existsAndreas Oberritter
2013-01-16image_types.bbclass: Add and update comments regarding image types.Robert P. J. Day
2012-09-19image_types: fix squashfs-lzma image creationSaul Wold
2012-09-14image_types.bbclass: Round up ROOTFS_SIZE after base_size checkAndrei Gherzan
2012-09-07image_types.bbclass: add variable for HobKang Kai