]> code.ossystems Code Review - openembedded-core.git/commit
wic: set bootimg_dir when using image-name artifacts
authorMaciej Borzecki <maciej.borzecki@open-rnd.pl>
Mon, 22 Sep 2014 11:35:16 +0000 (13:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 19:35:42 +0000 (20:35 +0100)
commitd7f69e6f0932a927b6ce289fb47ba575d7aaa1c8
treecd2f5f241f5af106c2cec30516c16ab6938ef03a
parent99bee4cb489800d74dea4d2158ff834413685f04
wic: set bootimg_dir when using image-name artifacts

Running wic with -e to use artifacts from a named image, bootimg_dir was
always passed as empty string to partition source plugins. The patch
sets bootimg_dir to current value of DEPLOY_DIR_IMAGE, as bootloader
artifacts end up in that location as well.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/image/engine.py
scripts/wic