Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support wic file creation for LS1043ARBD board | Eugene Smirnov | 2020-06-30 | 1 | -0/+93 |
| | | | | | | | | | | Current rawcopy function doesn't support files that are located in subdirectories of DEPLOYDIR. Add a new rawcopy2 function to handle that. Shouldn't be necessary once upstream patch is available: https://git.yoctoproject.org/cgit.cgi/poky/commit/scripts/lib/wic/plugins/source/rawcopy.py?h=zeus&id=6fb5afb65de3a2f94d705e93ebdbc1f46299e885 Signed-off-by: Eugene Smirnov <evgenii.smirnov@here.com> | ||||
* | wic:plugins:otaimage.py: fix a potential issue | Ming Liu | 2019-02-12 | 1 | -6/+18 |
| | | | | | | | | | | | | | | | | do_image_wic task is a standalone task that depending on do_image_ota_ext4, so it's possible that do_image_wic runs (taskhash contaminated) but do_image_ota_ext4 does not (taskhash not contaminated), in which case, the otaimage would be in DEPLOY_DIR_IMAGE instead of in IMGDEPLOYDIR, so we need check both of them. Also, the logger.error is not supposed to raise a error, it just prints out a error message, so we should use WicError. And another typo is it checks IMGDEPLOYDIR but reports DEPLOY_DIR_IMAGE not exist, also fix that. Signed-off-by: Ming Liu <liu.ming50@gmail.com> | ||||
* | image_types_ota: use IMGDEPLOYDIR for ota-ext4 images | Stefan Agner | 2018-10-18 | 1 | -2/+2 |
| | | | | | | | | | | | Do not write directly to the IMAGE_DEPLOY_DIR but to the new deploy directory IMGDEPLOYDIR. Also change the image ending to match the image type name (from otaimg to ota-ext4). This allows to use the automatic symlinking and output artefact management too. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> | ||||
* | Add fixes for compatibility with Rocko | Anton Gerasimov | 2017-11-17 | 1 | -1/+1 |
| | |||||
* | Fix incompatibilities with latest pyro, use wic on RPi | Anton Gerasimov | 2017-11-07 | 1 | -22/+10 |
| | |||||
* | otaimage.py: Arrage script for pyro | Changhyeok Bae | 2017-06-13 | 1 | -5/+6 |
| | | | | | | | 1. msger is replaced to logging module in yocto upstream (pyro branch). 2. move oe/misc.py one level up in yocto upstream (pyro branch). Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> | ||||
* | Add tweaks for compatibility with AGL | Anton Gerasimov | 2017-04-11 | 1 | -3/+2 |
| | |||||
* | Fix small bugs, fix WIC for minnowboard | Anton Gerasimov | 2017-04-07 | 1 | -0/+0 |
| | |||||
* | Replace sdcard_image* classes with wic | Anton Gerasimov | 2017-04-03 | 1 | -0/+69 |