aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
AgeCommit message (Expand)Author
2016-06-29image.bbclass: do exact match for rootfs typeZhenhua Luo
2016-06-29image.bbclass: don't execute compression commands multiple timesAlexander D. Kanevskiy
2016-06-29image.bbclass: don't emit redundant IMAGE_CMD_xxx functionsAndre McCurdy
2016-05-17image: Fix IMAGE_FEATURES determinism issueRichard Purdie
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
2016-01-07image: Really remove lockfiles flagRichard Purdie
2016-01-05image: Condense do_rootfs function/flagsRichard Purdie
2016-01-05image/rootfs-postcommands: Separate out post rootfs commands to separate classRichard Purdie
2016-01-05image: Remove pointless rootfs lockRichard Purdie
2015-10-01image.bbclass: tweak the key location for dropbear when rootfs is readonlyAlexander Kanavin
2015-10-01image.bbclass: when building a readonly rootfs, tweak ssh settings regardless...Alexander Kanavin
2015-09-28image types: add hdddirectPatrick Ohly
2015-09-16image.bbclass: add do_rootfs vardeps for {COMPRESS, IMAGE}_CMD_*Christopher Larson
2015-09-03image.bbclass: add rootfs_check_host_user_contaminatedChristopher Larson
2015-08-30image.bbclass: re-run do_rootfs when feature packages changeChristopher Larson
2015-07-24image: Support for qcow2Christian Ziethén
2015-07-22*image.bbclass: Consolidate ROOTFS_POSTPROCESS_COMMANDsGary Thomas
2015-06-23meta: Add explict getVar param for (non) expansionRichard Purdie
2015-06-11image: Support for VDIJuro Bystricky
2015-05-23image.bbclass: Add a method for creating a companion debug filesystemMark Hatle
2015-04-24image: zap_empty_root_password doesn't handle passwd file in shadow casetprrt