swu-images: swu.inc: configure directories needed for fill_description
fill_description copies some artifacts to the images deploy directory, so that should be created beforehand. Otherwise it may fail on the 'do_unpack' task depending on how bitbake schedules the tasks. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
aa41094ef5
commit
f75c78dd8f
|
|
@ -141,3 +141,4 @@ fill_description() {
|
|||
# Clean dir.
|
||||
rm -f images_temp.txt
|
||||
}
|
||||
fill_description[dirs] = "${DEPLOY_DIR_IMAGE} ${WORKDIR}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue