summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
Commit message (Expand)AuthorAgeFilesLines
* image.bbclass: Sorted ctypes to avoid basehash errorGerson Fernando Budke2017-09-211-1/+1
* classes/image: move image_qa to between rootfs and imageRoss Burton2017-09-211-2/+5
* image.bbclass: drop initramfs bundle related codeMing Liu2017-08-171-13/+0
* image.bbclass: support binary reproducibilityJuro Bystricky2017-08-161-1/+15
* image.bbclass: delete DATE variable tooStefan Agner2017-08-161-1/+2
* image: Make do_image_qa a dummy sstate task to match do_image_completeRichard Purdie2017-07-311-0/+9
* image/rm_work: Promote do_image_complete to be more sstate likeRichard Purdie2017-07-311-0/+4
* image: Drop before do_build from do_rootfs and do_imageRichard Purdie2017-07-311-2/+2
* image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD typesTom Rini2017-07-301-3/+0
* image: Fix "metadata is not deterministic" when chaining 2+ CONVERSION_CMDsTom Rini2017-07-251-1/+1
* image_types.bbclass: Make u-boot signed images more versatileTom Rini2017-07-251-9/+0
* image.bbclass: Correct chaining compression supportTom Rini2017-07-251-1/+1
* image.bbclass: create root symlinks in nativesdk target sysrootAmarnath Valluri2017-07-061-9/+20
* image: create symlinks needed for merged /usrAmarnath Valluri2017-07-061-0/+21
* image.bbclass: use prependVarFlag for postfuncsEd Bartosh2017-06-281-1/+1
* meta: Drop further remnants of uclibc supportRichard Purdie2017-06-221-1/+0
* image.bbclass: fix setting of vardeps flagEd Bartosh2017-06-141-1/+1
* image.bbclass: improve setup of flagsEd Bartosh2017-06-141-3/+4
* image.bbclass: cleanup: add new variable "task"Ed Bartosh2017-06-141-13/+13
* image.bbclass: allow override of image LICENSEPascal Bach2017-05-161-1/+1
* image.bbclass: Set ROOTFS_RO_UNNEEDED correctlyDavid Vincent2017-05-161-1/+1
* run-postinsts: simplify the logic of whether to install it to imagesAlexander Kanavin2017-03-141-1/+1
* image-container.bbclass: Add the "container" IMAGE_FSTYPESRandy Witt2017-02-191-0/+3
* image.bbclass: Use 'populate_sdk_base' for non-linux targetsNathan Rossi2017-02-151-2/+2
* classes: Drop now unneeded update_data callsRichard Purdie2017-02-151-1/+0
* image: rename image-wic -> image_types_wicEd Bartosh2017-02-051-2/+3
* image-wic: move wic code to image-wic.bbclassEd Bartosh2017-01-311-23/+2
* wic: change location of .env filesEd Bartosh2017-01-311-1/+1
* gzip/pigz/expat/image: Simplify gzip-native/pigz-nativeRichard Purdie2017-01-281-2/+0
* image/kernelsrc/packagegroups/recipes: Remove uneeded noexec tasksRichard Purdie2017-01-281-1/+1
* image/packagegroup/populate_sdk: Drop do_populate_sysroot task properlyRichard Purdie2017-01-261-5/+1
* image.bbclass: put .env files to ${STAGING_DIR}/imgdata/Ed Bartosh2017-01-231-1/+1
* Switch to Recipe Specific SysrootsRichard Purdie2017-01-231-3/+3
* staging: Add dependency on virtual/binutils for strip binaryRichard Purdie2017-01-201-0/+4
* meta: remove True option to getVarFlag callsJoshua Lock2016-12-161-2/+2
* meta: remove True option to getVar callsJoshua Lock2016-12-161-48/+48
* classes/image: suppress log_check mechanism for warnings/errors logged throug...Paul Eggleton2016-12-141-1/+9
* image.bbclass: inherit image_types_uboot when neededRobert Yang2016-12-081-0/+9
* Remove RM_OLD_IMAGE, it's no longer usefulJoshua Lock2016-10-151-4/+1
* image.bbclass: Make do_rootfs depend on PACKAGE_EXCLUDE_COMPLEMENTARYPeter Kjellerstedt2016-10-061-1/+1
* image.bbclass: add IMAGE_DEVICE_TABLE to rootfs[vardeps]Andre McCurdy2016-09-151-1/+1
* image.bbclass: also mask debugfs versions of masked imagesAndré Draszik2016-09-141-0/+1
* image.bbclass: do not check size of the debugfs imageAndré Draszik2016-09-141-0/+6
* meta: cleanup d.getVar(var, 0)Robert Yang2016-09-141-1/+1
* image.bbclass: Put image_complete under sstate controlEd Bartosh2016-09-041-2/+7
* image: Deploy images to IMGDEPLOYDIREd Bartosh2016-09-041-3/+3
* image/populate_sdk_base: Add *DEPLOYDIR variablesEd Bartosh2016-09-041-0/+2
* image.bbclass: rename COMPRESS(ION) to CONVERSIONPatrick Ohly2016-08-181-4/+5
* image: add do_image_qa task to run QA checks on the constructed imageJoshua Lock2016-07-201-0/+30
* classes/image: implement progress support for do_rootfsPaul Eggleton2016-07-081-2/+17