aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
AgeCommit message (Expand)Author
2016-10-15Remove RM_OLD_IMAGE, it's no longer usefulJoshua Lock
2016-10-05image.bbclass: Make do_rootfs depend on PACKAGE_EXCLUDE_COMPLEMENTARYPeter Kjellerstedt
2016-09-15image.bbclass: add IMAGE_DEVICE_TABLE to rootfs[vardeps]Andre McCurdy
2016-09-14image.bbclass: also mask debugfs versions of masked imagesAndré Draszik
2016-09-14image.bbclass: do not check size of the debugfs imageAndré Draszik
2016-09-14meta: cleanup d.getVar(var, 0)Robert Yang
2016-09-04image.bbclass: Put image_complete under sstate controlEd Bartosh
2016-09-04image: Deploy images to IMGDEPLOYDIREd Bartosh
2016-09-04image/populate_sdk_base: Add *DEPLOYDIR variablesEd Bartosh
2016-08-18image.bbclass: rename COMPRESS(ION) to CONVERSIONPatrick Ohly
2016-07-20image: add do_image_qa task to run QA checks on the constructed imageJoshua Lock
2016-07-07classes/image: implement progress support for do_rootfsPaul Eggleton
2016-06-15classes/image: don't chdir when creating symlinksRoss Burton
2016-06-14image.bbclass: do exact match for rootfs typeZhenhua Luo
2016-06-12image/image_types.bbclass: fix fatal error during cpio debugfs creationAndré Draszik
2016-05-22image.bbclass: additional output in create_symlinksPatrick Ohly
2016-05-22image.bbclass: support duplicate compression typesPatrick Ohly
2016-05-11image: Fix IMAGE_FEATURES determinism issueRichard Purdie
2016-04-29image.bbclass: don't execute compression commands multiple timesAlexander D. Kanevskiy
2016-04-29image.bbclass: don't emit redundant IMAGE_CMD_xxx functionsAndre McCurdy
2016-04-19image.bbclass: The wrong name is being used for the debug filesystemMark Hatle
2016-04-14image.bbclass: add DEB_{PRE, POST}PROCESS_COMMANDS to rootfs_command_variable...Bill Randle
2016-04-13image.bbclass: use max() instead of indexing booleansRoss Burton
2016-04-01image: Fix debugfs image type recursion loopFreudiger Raphael
2016-03-31image-live.bbclass/image-vm.bbclass: remove duplicated codeRobert Yang
2016-03-31image.bbclass: Make unneeded packages for a read-only rootfs configurablePeter Kjellerstedt
2016-03-28image.bbclass: run wicenv task only for wic imagesEd Bartosh
2016-03-24grub-efi.bbclass: make it can build vm and live togetherRobert Yang
2016-03-24bootimg.bbclass: fix settings for grub-efi.bbclassRobert Yang
2016-03-20image.bbclass: track ROOTFS_POSTUNINSTALL_COMMAND in do_rootfs vardepsPatrick Ohly
2016-03-09image.bbclass: support chaining compression (aka conversion) commandsPatrick Ohly
2016-03-07image.bbclass: fix incomplete .rootfs customizationPatrick Ohly
2016-03-07image creation: allow overriding .rootfs suffixPatrick Ohly
2016-02-28image: Run do_rootfs_wicenv after do_imageRichard Purdie
2016-02-18image/populate_sdk: seprate variables to fix dependencyChen Qi
2016-01-26image.bbclass: check INITRAMFS_MAXSIZERobert Yang
2016-01-26image: Don't create tasks with '.' in the nameRichard Purdie
2016-01-19image: Handle image types containing '-' correctlyRichard Purdie
2016-01-19image: Always run do_rootfs_wicenvRichard Purdie
2016-01-19bootimg/image: Enhance bootimg to respect RM_OLD_IMAGERichard Purdie
2016-01-19image: Ensure we don't expand TMPDIR in image commandsRichard Purdie
2016-01-19image: Fix instability of do_image_* checksumsRichard Purdie
2016-01-19image: Fix wic environment issuesRichard Purdie
2016-01-15image/image-live: Add back IMAGE_TYPES_MASKED supportRichard Purdie
2016-01-15image.bbclass: Handle image base type dependency properlyOtavio Salvador
2016-01-13image.bbclass: Unconditional includes of populate_sdk_ext failsMark Hatle
2016-01-11classes: Fix do_rootfs referencesRichard Purdie
2016-01-11image: Create separate tasks for rootfs constructionRichard Purdie
2016-01-11image: Move pre/post process commands to bbclassRichard Purdie
2016-01-11image.bbclass: Separate out image generation into a new task, do_imageRichard Purdie