summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/image.py
Commit message (Expand)AuthorAgeFilesLines
* image: Create separate tasks for rootfs constructionRichard Purdie2016-01-111-412/+0
* image: Move pre/post process commands to bbclassRichard Purdie2016-01-111-9/+0
* image.py: avoid mkdir race when building multiple imagesMike Crowe2015-12-011-2/+1
* image.py: Avoid creating empty .env file in _write_wic_envMike Crowe2015-12-011-1/+5
* classes: Ensure pass setVar/setVarFlag strings, not integersRichard Purdie2015-11-241-2/+2
* lib/oe/image.py: Fix dependency handling for compressed typesOtavio Salvador2015-10-141-8/+10
* lib/oe/image.py: Add image generation for companion debug filesystemMark Hatle2015-10-071-9/+37
* image.py: Ensure base image size is an integerPatrick Williams2015-09-181-0/+2
* image.py: Allow IMAGE_LINK_NAME to be emptyMike Looijmans2015-09-141-1/+1
* image.py: rename _write_env -> _write_wic_envEd Bartosh2015-09-031-2/+2
* image.py: write bitbake variables to .env fileEd Bartosh2015-08-301-0/+18
* image.py: add script output to the rootfs logEd Bartosh2015-08-301-1/+4
* image.py: set bitbake variable ROOTFS_SIZEEd Bartosh2015-08-301-1/+3
* IMAGES_FSTYPES: default to EXT4Juro Bystricky2015-08-161-2/+2
* image: Support for VDIJuro Bystricky2015-06-111-2/+2
* lib/oe/image.py: add error checking for missing IMAGE_CMDPaul Eggleton2015-02-031-1/+5
* lib/oe/image.py: Handle compressed IMAGE_TYPEDEP valuesOtavio Salvador2014-12-251-2/+16
* image.py: Fix error in graph sortingPascal Bach2014-10-301-1/+1
* lib/oe/image.py: check the rootfs size against IMAGE_ROOTFS_MAXSIZERobert Yang2014-07-101-0/+8
* image.py: check file exists before deletingLaurentiu Palcu2014-03-301-1/+2
* image.py, rootfs.py, package_manager.py: redirect stderr to stdout when calli...Laurentiu Palcu2014-03-071-1/+1
* lib/oe/image.py: add image dependency mechanismLaurentiu Palcu2014-02-201-91/+191
* Revert "lib/oe/image.py: fix working directory"Richard Purdie2014-02-181-1/+1
* lib/oe/image.py: fix working directoryJonathan Liu2014-02-171-1/+1
* image_types: sum.jffs2 is replaced by jffs2.sumDmitry Eremin-Solenikov2014-02-141-3/+0
* image.py, package_manager.py, rootfs.py: dump command output on errorLaurentiu Palcu2014-02-111-2/+2
* lib/oe/image.py: fix image size calculation routineLaurentiu Palcu2014-02-111-2/+2
* lib/oe/image.py: fix get rootfs_extra_space failedHongxu Jia2014-02-111-1/+1
* lib/oe/image.py: add new image creation libraryLaurentiu Palcu2014-02-111-0/+239