summaryrefslogtreecommitdiffstats
path: root/meta/classes/image_types.bbclass
Commit message (Expand)AuthorAgeFilesLines
...
* Activate the new python rootfs/image creation routinesLaurentiu Palcu2014-02-111-113/+0
* image_types bbclass: add support for tar.lz4 and cpio.lz4Koen Kooi2014-01-141-2/+4
* image_types: newer btrfs.mkfs needs an empty file to build the disk inSaul Wold2013-11-201-0/+1
* image_types: Improve dependency handling between types (and use for sum.jffs2)Richard Purdie2013-11-041-7/+12
* image_types.bbclass: fix endiannes for sumtool (jffs2 summary)Andrea Adami2013-10-261-1/+1
* image_types.bbclass: do not force --no-cleanmarkers for jffs2Andrea Adami2013-10-261-2/+2
* image types: split live into iso and hddimgValentin Popa2013-10-141-4/+9
* image_types.bbclass: use mkfs.cramfs instead of makecramfsAndrea Adami2013-08-301-2/+2
* image_types.bbclass: replace genext2fs with populate-extfs.shRobert Yang2013-08-261-28/+18
* image_types.bbclass: set 'filetype' ext4 featureEnrico Scholz2013-06-281-1/+1
* image_types.bbclass: add ubifs to IMAGE_TYPESAndrea Adami2013-06-071-1/+1
* image_types.bbclass: remove the old imagesRobert Yang2013-05-211-1/+5
* image_types: fix default location of kernel when generating elf imagesTomas Frydrych2013-05-031-1/+1
* image_types.bbclass: Replace squashfs-lzma with squashfs-xzMarc Ferland2013-03-291-3/+3
* image_types.bbclass: only create links if the target existsAndreas Oberritter2013-03-181-1/+3
* image_types.bbclass: Add and update comments regarding image types.Robert P. J. Day2013-01-161-1/+4
* image_types: fix squashfs-lzma image creation1.3_M5.rc1Saul Wold2012-09-191-2/+2
* image_types.bbclass: Round up ROOTFS_SIZE after base_size checkAndrei Gherzan2012-09-141-3/+3
* image_types.bbclass: add variable for HobKang Kai2012-09-071-0/+3
* Convert tab indentation in python functions into four-spaceRichard Purdie2012-07-191-1/+1
* image_types.bbclass: Default XZ_COMPRESSION_LEVEL to -e -6Andrei Gherzan2012-07-171-1/+1
* image_types.bbclass: Add XZ variable to set number of threads to be used whil...Andrei Gherzan2012-07-171-1/+2
* image_types.bbclass: Fix COMPRESS_CMD for xz to redirect compressed data to fileAndrei Gherzan2012-07-171-1/+1
* image_types: Add elf image typeRaymond Danks2012-07-041-1/+17
* image_types.bbclass: redefine EXTRA_IMAGECMD_jffs2 to leverage siteinfoTing Liu2012-05-091-1/+6
* image_types: remove duplicate setting of -i for inode countSaul Wold2012-03-271-2/+3
* image_types.bbclass: Define runnable and deployable patternDongxiao Xu2012-03-261-0/+4
* image_types: ensure .rootfs.ext3 is created before vmdk is created.Dexuan Cui2012-03-131-0/+6
* image_types: add IMAGE_ROOTFS_ALIGNMENTKen Werner2012-03-081-1/+11
* image_types: Ensure duplicate compressed types aren't createdRichard Purdie2012-03-021-1/+2
* image_types.bbclass: We need to preserve order in the types variable and avoi...Richard Purdie2012-03-021-4/+8
* image_types: Ensure dependencies for compression types containing multiple do...Richard Purdie2012-03-021-1/+1
* image-vmdk: Create image_vmdk class and setup image and image_types to use itSaul Wold2012-03-011-6/+9
* image_types: Correctness fixesRichard Purdie2012-02-291-4/+5
* image_types.bbclass: fix bzip2 and xz compression commandsOtavio Salvador2012-02-291-2/+2
* image_types.bbclass: properly support IMAGE_LINK_NAME as emptyOtavio Salvador2012-02-291-5/+9
* image_types: Refactor compression code into a generic compression solutionRichard Purdie2012-02-281-64/+67
* image_types: add vmdk type to use with VMwareSaul Wold2012-02-231-1/+4
* image_types.bbclass: refactor cpio images generation.Andrea Adami2012-02-011-4/+17
* image_types.bbclass: Fix generating uncompressed ext2 imagesMatthew McClintock2012-01-171-1/+6
* image_types: Fix rootfs size calcuationSaul Wold2012-01-051-1/+1
* image_types: Ensure /init exists for cpio rootfs archivesDarren Hart2012-01-031-2/+8
* image-types: add btrfs as a supported fstypeNitin A Kamble2011-12-221-1/+1
* image_types.bbclass: disable cleanmarkers for jffs2 imagesAndrea Adami2011-12-081-2/+2
* image_types.bbclass: implement jffs2 summary images (sum.jffs2)Andrea Adami2011-12-081-1/+4
* image_types.bbclass: add xz-native to deps for lzma ext2.lzma imagesMatthew McClintock2011-11-301-1/+1
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-2/+2
* image_types bbclass: use 4k bytes per inode so we don't run out of space imme...Koen Kooi2011-11-071-7/+7
* poky: fix broken ubifs link in deploy folderLauri Hintsala2011-10-201-1/+1
* Add support for generating ext2.lzma{, .u-boot} imagesMatthew McClintock2011-09-291-1/+10