aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/image_types.bbclass
AgeCommit message (Expand)Author
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
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
2012-07-16image_types.bbclass: Default XZ_COMPRESSION_LEVEL to -e -6Andrei Gherzan
2012-07-16image_types.bbclass: Add XZ variable to set number of threads to be used whil...Andrei Gherzan
2012-07-16image_types.bbclass: Fix COMPRESS_CMD for xz to redirect compressed data to fileAndrei Gherzan
2012-07-04image_types: Add elf image typeRaymond Danks
2012-05-09image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage siteinfoTing Liu
2012-03-27image_types: remove duplicate setting of -i for inode countSaul Wold
2012-03-26image_types.bbclass: Define runnable and deployable patternDongxiao Xu
2012-03-13image_types: ensure .rootfs.ext3 is created before vmdk is created.Dexuan Cui
2012-03-08image_types: add IMAGE_ROOTFS_ALIGNMENTKen Werner
2012-03-02image_types: Ensure duplicate compressed types aren't createdRichard Purdie
2012-03-02image_types.bbclass: We need to preserve order in the types variable and avoi...Richard Purdie
2012-03-02image_types: Ensure dependencies for compression types containing multiple do...Richard Purdie
2012-03-01image-vmdk: Create image_vmdk class and setup image and image_types to use itSaul Wold
2012-02-29image_types: Correctness fixesRichard Purdie
2012-02-29image_types.bbclass: fix bzip2 and xz compression commandsOtavio Salvador
2012-02-29image_types.bbclass: properly support IMAGE_LINK_NAME as emptyOtavio Salvador
2012-02-28image_types: Refactor compression code into a generic compression solutionRichard Purdie
2012-02-23image_types: add vmdk type to use with VMwareSaul Wold
2012-02-01image_types.bbclass: refactor cpio images generation.Andrea Adami